Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Side by Side Diff: extensions/extensions.gyp

Issue 425303002: Move extension notifications to extensions/browser/notification_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (extension-notifications) rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « extensions/browser/process_manager_unittest.cc ('k') | extensions/shell/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'browser/info_map.h', 444 'browser/info_map.h',
445 'browser/install_flag.h', 445 'browser/install_flag.h',
446 'browser/file_highlighter.cc', 446 'browser/file_highlighter.cc',
447 'browser/file_highlighter.h', 447 'browser/file_highlighter.h',
448 'browser/file_reader.cc', 448 'browser/file_reader.cc',
449 'browser/file_reader.h', 449 'browser/file_reader.h',
450 'browser/lazy_background_task_queue.cc', 450 'browser/lazy_background_task_queue.cc',
451 'browser/lazy_background_task_queue.h', 451 'browser/lazy_background_task_queue.h',
452 'browser/management_policy.cc', 452 'browser/management_policy.cc',
453 'browser/management_policy.h', 453 'browser/management_policy.h',
454 'browser/notification_types.h',
454 'browser/pref_names.cc', 455 'browser/pref_names.cc',
455 'browser/pref_names.h', 456 'browser/pref_names.h',
456 'browser/process_manager.cc', 457 'browser/process_manager.cc',
457 'browser/process_manager.h', 458 'browser/process_manager.h',
458 'browser/process_manager_delegate.h', 459 'browser/process_manager_delegate.h',
459 'browser/process_manager_observer.h', 460 'browser/process_manager_observer.h',
460 'browser/process_map.cc', 461 'browser/process_map.cc',
461 'browser/process_map.h', 462 'browser/process_map.h',
462 'browser/process_map_factory.cc', 463 'browser/process_map_factory.cc',
463 'browser/process_map_factory.h', 464 'browser/process_map_factory.h',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'type': 'static_library', 855 'type': 'static_library',
855 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], 856 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ],
856 'variables': { 857 'variables': {
857 'proto_in_dir': 'browser/api/cast_channel', 858 'proto_in_dir': 'browser/api/cast_channel',
858 'proto_out_dir': 'extensions/browser/api/cast_channel', 859 'proto_out_dir': 'extensions/browser/api/cast_channel',
859 }, 860 },
860 'includes': [ '../build/protoc.gypi' ] 861 'includes': [ '../build/protoc.gypi' ]
861 }, 862 },
862 ] 863 ]
863 } 864 }
OLDNEW
« no previous file with comments | « extensions/browser/process_manager_unittest.cc ('k') | extensions/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698