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

Side by Side Diff: chrome/chrome.gyp

Issue 7906022: Merge theme_resources_large and theme_resources_standard targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 3 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
« no previous file with comments | « chrome/app/theme/theme_resources_large.grd ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'target_name': 'theme_resources', 222 'target_name': 'theme_resources',
223 'type': 'none', 223 'type': 'none',
224 'actions': [ 224 'actions': [
225 { 225 {
226 'action_name': 'theme_resources', 226 'action_name': 'theme_resources',
227 'variables': { 227 'variables': {
228 'grit_grd_file': 'app/theme/theme_resources.grd', 228 'grit_grd_file': 'app/theme/theme_resources.grd',
229 }, 229 },
230 'includes': [ '../build/grit_action.gypi' ], 230 'includes': [ '../build/grit_action.gypi' ],
231 }, 231 },
232 ],
233 'includes': [ '../build/grit_target.gypi' ],
234 },
235 {
236 'target_name': 'theme_resources_large',
237 'type': 'none',
238 'actions': [
239 { 232 {
240 'action_name': 'theme_resources_large', 233 'action_name': 'theme_resources_large',
241 'variables': { 234 'variables': {
242 'grit_grd_file': 'app/theme/theme_resources_large.grd', 235 'grit_grd_file': 'app/theme/theme_resources_large.grd',
243 }, 236 },
244 'includes': [ '../build/grit_action.gypi' ], 237 'includes': [ '../build/grit_action.gypi' ],
245 }, 238 },
246 ],
247 'includes': [ '../build/grit_target.gypi' ],
248 },
249 {
250 'target_name': 'theme_resources_standard',
251 'type': 'none',
252 'actions': [
253 { 239 {
254 'action_name': 'theme_resources_standard', 240 'action_name': 'theme_resources_standard',
255 'variables': { 241 'variables': {
256 'grit_grd_file': 'app/theme/theme_resources_standard.grd', 242 'grit_grd_file': 'app/theme/theme_resources_standard.grd',
257 }, 243 },
258 'includes': [ '../build/grit_action.gypi' ], 244 'includes': [ '../build/grit_action.gypi' ],
259 }, 245 },
260 ], 246 ],
261 'includes': [ '../build/grit_target.gypi' ], 247 'includes': [ '../build/grit_target.gypi' ],
262 }, 248 },
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 }, 384 },
399 { 385 {
400 # TODO(joi): Move debugger-related build rules to content/ 386 # TODO(joi): Move debugger-related build rules to content/
401 'target_name': 'debugger', 387 'target_name': 'debugger',
402 'type': 'static_library', 388 'type': 'static_library',
403 'dependencies': [ 389 'dependencies': [
404 'chrome_extra_resources', 390 'chrome_extra_resources',
405 'chrome_resources', 391 'chrome_resources',
406 'chrome_strings', 392 'chrome_strings',
407 'theme_resources', 393 'theme_resources',
408 'theme_resources_standard',
409 '../base/base.gyp:base', 394 '../base/base.gyp:base',
410 '../content/content.gyp:content_browser', 395 '../content/content.gyp:content_browser',
411 '../net/net.gyp:http_server', 396 '../net/net.gyp:http_server',
412 '../net/net.gyp:net', 397 '../net/net.gyp:net',
413 '../skia/skia.gyp:skia', 398 '../skia/skia.gyp:skia',
414 '../third_party/icu/icu.gyp:icui18n', 399 '../third_party/icu/icu.gyp:icui18n',
415 '../third_party/icu/icu.gyp:icuuc', 400 '../third_party/icu/icu.gyp:icuuc',
416 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 401 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
417 ], 402 ],
418 'include_dirs': [ 403 'include_dirs': [
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1478 ], 1463 ],
1479 'message': 'Generating version header file: <@(_outputs)', 1464 'message': 'Generating version header file: <@(_outputs)',
1480 }, 1465 },
1481 ], 1466 ],
1482 }, 1467 },
1483 { 1468 {
1484 'target_name': 'automation', 1469 'target_name': 'automation',
1485 'type': 'static_library', 1470 'type': 'static_library',
1486 'dependencies': [ 1471 'dependencies': [
1487 'theme_resources', 1472 'theme_resources',
1488 'theme_resources_standard',
1489 '../base/base.gyp:test_support_base', 1473 '../base/base.gyp:test_support_base',
1490 '../skia/skia.gyp:skia', 1474 '../skia/skia.gyp:skia',
1491 '../testing/gtest.gyp:gtest', 1475 '../testing/gtest.gyp:gtest',
1492 ], 1476 ],
1493 'include_dirs': [ 1477 'include_dirs': [
1494 '..', 1478 '..',
1495 ], 1479 ],
1496 'sources': [ 1480 'sources': [
1497 'test/automation/automation_handle_tracker.cc', 1481 'test/automation/automation_handle_tracker.cc',
1498 'test/automation/automation_handle_tracker.h', 1482 'test/automation/automation_handle_tracker.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 'repack_path': '../tools/grit/grit/format/repack.py', 1566 'repack_path': '../tools/grit/grit/format/repack.py',
1583 }, 1567 },
1584 'dependencies': [ 1568 'dependencies': [
1585 # MSVS needs the dependencies explictly named, Make is able to 1569 # MSVS needs the dependencies explictly named, Make is able to
1586 # derive the dependencies from the output files. 1570 # derive the dependencies from the output files.
1587 'chrome_resources', 1571 'chrome_resources',
1588 'chrome_strings', 1572 'chrome_strings',
1589 'default_plugin/default_plugin.gyp:default_plugin_resources', 1573 'default_plugin/default_plugin.gyp:default_plugin_resources',
1590 'platform_locale_settings', 1574 'platform_locale_settings',
1591 'theme_resources', 1575 'theme_resources',
1592 'theme_resources_standard',
1593 'theme_resources_large',
1594 '<(DEPTH)/net/net.gyp:net_resources', 1576 '<(DEPTH)/net/net.gyp:net_resources',
1595 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 1577 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
1596 '<(DEPTH)/ui/ui.gyp:gfx_resources', 1578 '<(DEPTH)/ui/ui.gyp:gfx_resources',
1597 '<(DEPTH)/ui/ui.gyp:ui_resources', 1579 '<(DEPTH)/ui/ui.gyp:ui_resources',
1598 '<(DEPTH)/ui/ui.gyp:ui_resources_large', 1580 '<(DEPTH)/ui/ui.gyp:ui_resources_large',
1599 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', 1581 '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
1600 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 1582 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
1601 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 1583 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
1602 ], 1584 ],
1603 'actions': [ 1585 'actions': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'destination': '<(PRODUCT_DIR)', 1701 'destination': '<(PRODUCT_DIR)',
1720 'files': [ 1702 'files': [
1721 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1703 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1722 ], 1704 ],
1723 }, 1705 },
1724 ], 1706 ],
1725 }], # targets 1707 }], # targets
1726 }], # OS != "mac" 1708 }], # OS != "mac"
1727 ], # 'conditions' 1709 ], # 'conditions'
1728 } 1710 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources_large.grd ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698