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

Side by Side Diff: extensions/extensions.gyp

Issue 449203002: Move constants in guest view from chrome to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « extensions/browser/guest_view/guest_view_constants.cc ('k') | no next file » | 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'browser/extension_system_provider.h', 440 'browser/extension_system_provider.h',
441 'browser/extension_util.cc', 441 'browser/extension_util.cc',
442 'browser/extension_util.h', 442 'browser/extension_util.h',
443 'browser/extension_web_contents_observer.cc', 443 'browser/extension_web_contents_observer.cc',
444 'browser/extension_web_contents_observer.h', 444 'browser/extension_web_contents_observer.h',
445 'browser/extensions_browser_client.cc', 445 'browser/extensions_browser_client.cc',
446 'browser/extensions_browser_client.h', 446 'browser/extensions_browser_client.h',
447 'browser/external_provider_interface.h', 447 'browser/external_provider_interface.h',
448 'browser/granted_file_entry.cc', 448 'browser/granted_file_entry.cc',
449 'browser/granted_file_entry.h', 449 'browser/granted_file_entry.h',
450 'browser/guest_view/guest_view_constants.cc',
451 'browser/guest_view/guest_view_constants.h',
450 'browser/image_loader.cc', 452 'browser/image_loader.cc',
451 'browser/image_loader.h', 453 'browser/image_loader.h',
452 'browser/image_loader_factory.cc', 454 'browser/image_loader_factory.cc',
453 'browser/image_loader_factory.h', 455 'browser/image_loader_factory.h',
454 'browser/image_util.cc', 456 'browser/image_util.cc',
455 'browser/image_util.h', 457 'browser/image_util.h',
456 'browser/info_map.cc', 458 'browser/info_map.cc',
457 'browser/info_map.h', 459 'browser/info_map.h',
458 'browser/install_flag.h', 460 'browser/install_flag.h',
459 'browser/file_highlighter.cc', 461 'browser/file_highlighter.cc',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'type': 'static_library', 900 'type': 'static_library',
899 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], 901 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ],
900 'variables': { 902 'variables': {
901 'proto_in_dir': 'browser/api/cast_channel', 903 'proto_in_dir': 'browser/api/cast_channel',
902 'proto_out_dir': 'extensions/browser/api/cast_channel', 904 'proto_out_dir': 'extensions/browser/api/cast_channel',
903 }, 905 },
904 'includes': [ '../build/protoc.gypi' ] 906 'includes': [ '../build/protoc.gypi' ]
905 }, 907 },
906 ] 908 ]
907 } 909 }
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/guest_view_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698