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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10756018: Merge grd files in ui/resources and chrome/app/theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, *_standard.rc Created 8 years, 5 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 (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',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../third_party/libjingle/libjingle.gyp:libjingle', 56 '../third_party/libjingle/libjingle.gyp:libjingle',
57 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 57 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
58 '../third_party/libusb/libusb.gyp:libusb', 58 '../third_party/libusb/libusb.gyp:libusb',
59 '../third_party/libxml/libxml.gyp:libxml', 59 '../third_party/libxml/libxml.gyp:libxml',
60 '../third_party/npapi/npapi.gyp:npapi', 60 '../third_party/npapi/npapi.gyp:npapi',
61 '../third_party/zlib/zlib.gyp:zlib', 61 '../third_party/zlib/zlib.gyp:zlib',
62 '../ui/base/strings/ui_strings.gyp:ui_strings', 62 '../ui/base/strings/ui_strings.gyp:ui_strings',
63 '../ui/surface/surface.gyp:surface', 63 '../ui/surface/surface.gyp:surface',
64 '../ui/ui.gyp:ui', 64 '../ui/ui.gyp:ui',
65 '../ui/ui.gyp:ui_resources', 65 '../ui/ui.gyp:ui_resources',
66 '../ui/ui.gyp:ui_resources_standard',
67 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 66 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
68 '../v8/tools/gyp/v8.gyp:v8', 67 '../v8/tools/gyp/v8.gyp:v8',
69 '../webkit/support/webkit_support.gyp:appcache', 68 '../webkit/support/webkit_support.gyp:appcache',
70 '../webkit/support/webkit_support.gyp:blob', 69 '../webkit/support/webkit_support.gyp:blob',
71 '../webkit/support/webkit_support.gyp:database', 70 '../webkit/support/webkit_support.gyp:database',
72 '../webkit/support/webkit_support.gyp:fileapi', 71 '../webkit/support/webkit_support.gyp:fileapi',
73 '../webkit/support/webkit_support.gyp:glue', 72 '../webkit/support/webkit_support.gyp:glue',
74 '../webkit/support/webkit_support.gyp:quota', 73 '../webkit/support/webkit_support.gyp:quota',
75 '../webkit/support/webkit_support.gyp:webkit_resources', 74 '../webkit/support/webkit_support.gyp:webkit_resources',
76 '../webkit/support/webkit_support.gyp:webkit_user_agent', 75 '../webkit/support/webkit_support.gyp:webkit_user_agent',
(...skipping 4197 matching lines...) Expand 10 before | Expand all | Expand 10 after
4274 'test/base/chrome_process_util.h', 4273 'test/base/chrome_process_util.h',
4275 'test/base/chrome_process_util_mac.cc', 4274 'test/base/chrome_process_util_mac.cc',
4276 'test/perf/perf_test.cc', 4275 'test/perf/perf_test.cc',
4277 'test/perf/perf_test.h', 4276 'test/perf/perf_test.h',
4278 4277
4279 # These files are generated by GRIT. 4278 # These files are generated by GRIT.
4280 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 4279 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
4281 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 4280 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
4282 '<(grit_out_dir)/grit/shared_resources_map.cc', 4281 '<(grit_out_dir)/grit/shared_resources_map.cc',
4283 '<(grit_out_dir)/grit/theme_resources_map.cc', 4282 '<(grit_out_dir)/grit/theme_resources_map.cc',
4284 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
4285 4283
4286 # This file is generated by the autofill_regexes action. 4284 # This file is generated by the autofill_regexes action.
4287 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 4285 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
4288 ], 4286 ],
4289 'conditions': [ 4287 'conditions': [
4290 ['enable_extensions==1', { 4288 ['enable_extensions==1', {
4291 'sources': [ 4289 'sources': [
4292 # Only extension API implementations should go here. 4290 # Only extension API implementations should go here.
4293 'browser/accessibility/accessibility_extension_api.cc', 4291 'browser/accessibility/accessibility_extension_api.cc',
4294 'browser/accessibility/accessibility_extension_api.h', 4292 'browser/accessibility/accessibility_extension_api.h',
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
5377 'browser/metrics/proto/study.proto', 5375 'browser/metrics/proto/study.proto',
5378 ], 5376 ],
5379 'variables': { 5377 'variables': {
5380 'proto_in_dir': 'browser/metrics/proto', 5378 'proto_in_dir': 'browser/metrics/proto',
5381 'proto_out_dir': 'chrome/browser/metrics/proto', 5379 'proto_out_dir': 'chrome/browser/metrics/proto',
5382 }, 5380 },
5383 'includes': [ '../build/protoc.gypi' ] 5381 'includes': [ '../build/protoc.gypi' ]
5384 }, 5382 },
5385 ], 5383 ],
5386 } 5384 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_mac_unittest.mm ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698