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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
11 'variables': { 'enable_wexit_time_destructors': 1, }, 11 'variables': { 'enable_wexit_time_destructors': 1, },
12 'dependencies': [ 12 'dependencies': [
13 'app/policy/cloud_policy_codegen.gyp:policy', 13 'app/policy/cloud_policy_codegen.gyp:policy',
14 'autofill_regexes', 14 'autofill_regexes',
15 'browser/component/components.gyp:navigation_interception',
16 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ', 15 'browser/performance_monitor/performance_monitor.gyp:performance_monitor ',
17 'browser_extensions', 16 'browser_extensions',
18 'browser_ui', 17 'browser_ui',
19 'cert_logger_proto', 18 'cert_logger_proto',
20 'chrome_resources.gyp:chrome_extra_resources', 19 'chrome_resources.gyp:chrome_extra_resources',
21 'chrome_resources.gyp:chrome_resources', 20 'chrome_resources.gyp:chrome_resources',
22 'chrome_resources.gyp:chrome_strings', 21 'chrome_resources.gyp:chrome_strings',
23 'chrome_resources.gyp:platform_locale_settings', 22 'chrome_resources.gyp:platform_locale_settings',
24 'chrome_resources.gyp:theme_resources', 23 'chrome_resources.gyp:theme_resources',
25 'common', 24 'common',
26 'common/extensions/api/api.gyp:api', 25 'common/extensions/api/api.gyp:api',
27 'common_net', 26 'common_net',
28 'debugger', 27 'debugger',
29 'feedback_proto', 28 'feedback_proto',
30 'in_memory_url_index_cache_proto', 29 'in_memory_url_index_cache_proto',
31 'installer_util', 30 'installer_util',
32 'safe_browsing_proto', 31 'safe_browsing_proto',
33 'safe_browsing_report_proto', 32 'safe_browsing_report_proto',
34 'sync_file_system_proto', 33 'sync_file_system_proto',
35 'variations_seed_proto', 34 'variations_seed_proto',
36 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
36 '../content/components/content_components.gyp:navigation_interception',
37 '../content/content.gyp:content_browser', 37 '../content/content.gyp:content_browser',
38 '../content/content.gyp:content_common', 38 '../content/content.gyp:content_common',
39 '../crypto/crypto.gyp:crypto', 39 '../crypto/crypto.gyp:crypto',
40 '../google_apis/google_apis.gyp:google_apis', 40 '../google_apis/google_apis.gyp:google_apis',
41 '../media/media.gyp:media', 41 '../media/media.gyp:media',
42 '../net/net.gyp:net_with_v8', 42 '../net/net.gyp:net_with_v8',
43 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 43 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
44 '../printing/printing.gyp:printing', 44 '../printing/printing.gyp:printing',
45 '../skia/skia.gyp:skia', 45 '../skia/skia.gyp:skia',
46 '../sync/protocol/sync_proto.gyp:sync_proto', 46 '../sync/protocol/sync_proto.gyp:sync_proto',
(...skipping 2932 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 'proto_in_dir': '../third_party/cros_system_api/dbus', 2979 'proto_in_dir': '../third_party/cros_system_api/dbus',
2980 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2980 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2981 }, 2981 },
2982 'includes': ['../build/protoc.gypi'], 2982 'includes': ['../build/protoc.gypi'],
2983 }, 2983 },
2984 ], 2984 ],
2985 }, 2985 },
2986 ], 2986 ],
2987 ], 2987 ],
2988 } 2988 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698