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

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: 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
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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'type': 'static_library', 831 'type': 'static_library',
831 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], 832 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ],
832 'variables': { 833 'variables': {
833 'proto_in_dir': 'browser/api/cast_channel', 834 'proto_in_dir': 'browser/api/cast_channel',
834 'proto_out_dir': 'extensions/browser/api/cast_channel', 835 'proto_out_dir': 'extensions/browser/api/cast_channel',
835 }, 836 },
836 'includes': [ '../build/protoc.gypi' ] 837 'includes': [ '../build/protoc.gypi' ]
837 }, 838 },
838 ] 839 ]
839 } 840 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698