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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8425002: Introduces chromium_resources.gyp to factor out Chrome resource generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 'app/policy/cloud_policy_codegen.gyp:policy', 11 'app/policy/cloud_policy_codegen.gyp:policy',
12 'browser/sync/protocol/sync_proto.gyp:sync_proto', 12 'browser/sync/protocol/sync_proto.gyp:sync_proto',
13 'cert_logger_proto', 13 'cert_logger_proto',
14 'chrome_extra_resources', 14 'chrome_resources.gyp:chrome_extra_resources',
15 'chrome_resources', 15 'chrome_resources.gyp:chrome_resources',
16 'chrome_strings', 16 'chrome_resources.gyp:chrome_strings',
17 'chrome_resources.gyp:platform_locale_settings',
18 'chrome_resources.gyp:theme_resources',
17 'common', 19 'common',
18 'common_net', 20 'common_net',
19 'debugger', 21 'debugger',
20 'in_memory_url_index_cache_proto', 22 'in_memory_url_index_cache_proto',
21 'installer_util', 23 'installer_util',
22 'platform_locale_settings',
23 'safe_browsing_proto', 24 'safe_browsing_proto',
24 'safe_browsing_report_proto', 25 'safe_browsing_report_proto',
25 # TODO(sync): Make browser not depend on syncapi_core directly. 26 # TODO(sync): Make browser not depend on syncapi_core directly.
26 'syncapi_core', 27 'syncapi_core',
27 'syncapi_service', 28 'syncapi_service',
28 'theme_resources',
29 'userfeedback_proto', 29 'userfeedback_proto',
30 '../build/temp_gyp/googleurl.gyp:googleurl', 30 '../build/temp_gyp/googleurl.gyp:googleurl',
31 '../content/content.gyp:content_browser', 31 '../content/content.gyp:content_browser',
32 '../crypto/crypto.gyp:crypto', 32 '../crypto/crypto.gyp:crypto',
33 '../media/media.gyp:media', 33 '../media/media.gyp:media',
34 '../net/net.gyp:net', 34 '../net/net.gyp:net',
35 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 35 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
36 '../printing/printing.gyp:printing', 36 '../printing/printing.gyp:printing',
37 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
38 '../third_party/bzip2/bzip2.gyp:bzip2', 38 '../third_party/bzip2/bzip2.gyp:bzip2',
(...skipping 5198 matching lines...) Expand 10 before | Expand all | Expand 10 after
5237 'type': 'static_library', 5237 'type': 'static_library',
5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5239 'variables': { 5239 'variables': {
5240 'proto_in_dir': 'browser/history', 5240 'proto_in_dir': 'browser/history',
5241 'proto_out_dir': 'chrome/browser/history', 5241 'proto_out_dir': 'chrome/browser/history',
5242 }, 5242 },
5243 'includes': [ '../build/protoc.gypi' ] 5243 'includes': [ '../build/protoc.gypi' ]
5244 }, 5244 },
5245 ], 5245 ],
5246 } 5246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698