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

Side by Side Diff: chrome/chrome.gyp

Issue 6849030: Add support for multi resolution icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed touchui Created 9 years, 8 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) 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'action_name': 'theme_resources', 233 'action_name': 'theme_resources',
234 'variables': { 234 'variables': {
235 'grit_grd_file': 'app/theme/theme_resources.grd', 235 'grit_grd_file': 'app/theme/theme_resources.grd',
236 }, 236 },
237 'includes': [ '../build/grit_action.gypi' ], 237 'includes': [ '../build/grit_action.gypi' ],
238 }, 238 },
239 ], 239 ],
240 'includes': [ '../build/grit_target.gypi' ], 240 'includes': [ '../build/grit_target.gypi' ],
241 }, 241 },
242 { 242 {
243 'target_name': 'theme_resources_large',
244 'type': 'none',
245 'msvs_guid' : 'A158FB0A-25E4-6523-6B5A-4BB294B73D31',
246 'actions': [
247 {
248 'action_name': 'theme_resources_large',
249 'variables': {
250 'grit_grd_file': 'app/theme/theme_resources_large.grd',
251 },
252 'includes': [ '../build/grit_action.gypi' ],
253 },
254 ],
255 'includes': [ '../build/grit_target.gypi' ],
256 },
257 {
258 'target_name': 'theme_resources_standard',
259 'type': 'none',
260 'msvs_guid' : 'A158FB0A-25E4-6523-6B5A-4BB294B73D31',
261 'actions': [
262 {
263 'action_name': 'theme_resources_standard',
264 'variables': {
265 'grit_grd_file': 'app/theme/theme_resources_standard.grd',
266 },
267 'includes': [ '../build/grit_action.gypi' ],
268 },
269 ],
270 'includes': [ '../build/grit_target.gypi' ],
271 },
272 {
243 'target_name': 'platform_locale_settings', 273 'target_name': 'platform_locale_settings',
244 'type': 'none', 274 'type': 'none',
245 'actions': [ 275 'actions': [
246 { 276 {
247 'action_name': 'platform_locale_settings', 277 'action_name': 'platform_locale_settings',
248 'variables': { 278 'variables': {
249 'grit_grd_file': '<(platform_locale_settings_grd)', 279 'grit_grd_file': '<(platform_locale_settings_grd)',
250 }, 280 },
251 'includes': [ '../build/grit_action.gypi' ], 281 'includes': [ '../build/grit_action.gypi' ],
252 }, 282 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }, 378 },
349 { 379 {
350 'target_name': 'debugger', 380 'target_name': 'debugger',
351 'type': '<(library)', 381 'type': '<(library)',
352 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', 382 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6',
353 'dependencies': [ 383 'dependencies': [
354 'chrome_resources', 384 'chrome_resources',
355 'chrome_strings', 385 'chrome_strings',
356 '../net/net.gyp:http_server', 386 '../net/net.gyp:http_server',
357 'theme_resources', 387 'theme_resources',
388 'theme_resources_standard',
358 '../skia/skia.gyp:skia', 389 '../skia/skia.gyp:skia',
359 '../third_party/icu/icu.gyp:icui18n', 390 '../third_party/icu/icu.gyp:icui18n',
360 '../third_party/icu/icu.gyp:icuuc', 391 '../third_party/icu/icu.gyp:icuuc',
361 ], 392 ],
362 'include_dirs': [ 393 'include_dirs': [
363 '..', 394 '..',
364 ], 395 ],
365 'sources': [ 396 'sources': [
366 'browser/debugger/browser_list_tabcontents_provider.cc', 397 'browser/debugger/browser_list_tabcontents_provider.cc',
367 'browser/debugger/browser_list_tabcontents_provider.h', 398 'browser/debugger/browser_list_tabcontents_provider.h',
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'message': 'Generating version header file: <@(_outputs)', 1433 'message': 'Generating version header file: <@(_outputs)',
1403 }, 1434 },
1404 ], 1435 ],
1405 }, 1436 },
1406 { 1437 {
1407 'target_name': 'automation', 1438 'target_name': 'automation',
1408 'type': '<(library)', 1439 'type': '<(library)',
1409 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', 1440 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12',
1410 'dependencies': [ 1441 'dependencies': [
1411 'theme_resources', 1442 'theme_resources',
1443 'theme_resources_standard',
1412 '../skia/skia.gyp:skia', 1444 '../skia/skia.gyp:skia',
1413 '../testing/gtest.gyp:gtest', 1445 '../testing/gtest.gyp:gtest',
1414 ], 1446 ],
1415 'include_dirs': [ 1447 'include_dirs': [
1416 '..', 1448 '..',
1417 ], 1449 ],
1418 'sources': [ 1450 'sources': [
1419 'test/automation/autocomplete_edit_proxy.cc', 1451 'test/automation/autocomplete_edit_proxy.cc',
1420 'test/automation/autocomplete_edit_proxy.h', 1452 'test/automation/autocomplete_edit_proxy.h',
1421 'test/automation/automation_handle_tracker.cc', 1453 'test/automation/automation_handle_tracker.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 '<(grit_out_dir)/common_resources.pak', 1521 '<(grit_out_dir)/common_resources.pak',
1490 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc es.pak', 1522 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc es.pak',
1491 '<(grit_out_dir)/renderer_resources.pak', 1523 '<(grit_out_dir)/renderer_resources.pak',
1492 '<(grit_out_dir)/theme_resources.pak', 1524 '<(grit_out_dir)/theme_resources.pak',
1493 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' , 1525 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' ,
1494 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', 1526 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak',
1495 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 1527 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
1496 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak ', 1528 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak ',
1497 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 1529 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
1498 ], 1530 ],
1531 'conditions': [
1532 ['touchui=="0"', {
1533 'theme_resources_inputs': [
1534 '<(grit_out_dir)/theme_resources_standard.pak',
1535 ],
1536 }, { # else: touchui!="0"
1537 'theme_resources_inputs': [
1538 '<(grit_out_dir)/theme_resources_large.pak',
1539 ],
1540 }],
1541 ],
1499 }, 1542 },
1500 'inputs': [ 1543 'inputs': [
1501 '<(repack_path)', 1544 '<(repack_path)',
1502 '<@(pak_inputs)', 1545 '<@(pak_inputs)',
1546 '<@(theme_resources_inputs)',
1503 ], 1547 ],
1504 'outputs': [ 1548 'outputs': [
1505 '<(INTERMEDIATE_DIR)/repack/chrome.pak', 1549 '<(INTERMEDIATE_DIR)/repack/chrome.pak',
1506 ], 1550 ],
1507 'action': ['python', '<(repack_path)', '<@(_outputs)', 1551 'action': ['python', '<(repack_path)', '<@(_outputs)',
1508 '<@(pak_inputs)'], 1552 '<@(pak_inputs)'],
1509 }, 1553 },
1510 { 1554 {
1511 'action_name': 'repack_locales', 1555 'action_name': 'repack_locales',
1512 'variables': { 1556 'variables': {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 }], # targets 1602 }], # targets
1559 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1603 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1560 ], # 'conditions' 1604 ], # 'conditions'
1561 } 1605 }
1562 1606
1563 # Local Variables: 1607 # Local Variables:
1564 # tab-width:2 1608 # tab-width:2
1565 # indent-tabs-mode:nil 1609 # indent-tabs-mode:nil
1566 # End: 1610 # End:
1567 # vim: set expandtab tabstop=2 shiftwidth=2: 1611 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698