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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6849030: Add support for multi resolution icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit test for gfx::Image 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
11 'dependencies': [ 11 'dependencies': [
12 'app/policy/cloud_policy_codegen.gyp:policy', 12 'app/policy/cloud_policy_codegen.gyp:policy',
13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
14 'chrome_extra_resources', 14 'chrome_extra_resources',
15 'chrome_resources', 15 'chrome_resources',
16 'chrome_strings', 16 'chrome_strings',
17 'common', 17 'common',
18 'common_net', 18 'common_net',
19 'debugger', 19 'debugger',
20 'in_memory_url_index_cache_proto_cpp', 20 'in_memory_url_index_cache_proto_cpp',
21 'installer_util', 21 'installer_util',
22 'platform_locale_settings', 22 'platform_locale_settings',
23 'profile_import', 23 'profile_import',
24 'safe_browsing_report_proto', 24 'safe_browsing_report_proto',
25 'syncapi', 25 'syncapi',
26 'theme_resources', 26 'theme_resources',
27 'theme_resources_large',
28 'theme_resources_standard',
27 'userfeedback_proto', 29 'userfeedback_proto',
28 '../app/app.gyp:app_resources', 30 '../app/app.gyp:app_resources',
29 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
30 '../content/content.gyp:content_browser', 32 '../content/content.gyp:content_browser',
31 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
32 '../gpu/gpu.gyp:gpu_common', 34 '../gpu/gpu.gyp:gpu_common',
33 '../media/media.gyp:media', 35 '../media/media.gyp:media',
34 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
35 '../printing/printing.gyp:printing', 37 '../printing/printing.gyp:printing',
36 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
(...skipping 3360 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 'browser/webdata/web_data_service_win.cc', 3399 'browser/webdata/web_data_service_win.cc',
3398 'browser/webdata/web_database.cc', 3400 'browser/webdata/web_database.cc',
3399 'browser/webdata/web_database.h', 3401 'browser/webdata/web_database.h',
3400 'browser/webdata/web_database_table.h', 3402 'browser/webdata/web_database_table.h',
3401 3403
3402 # These files are generated by GRIT. 3404 # These files are generated by GRIT.
3403 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3405 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3404 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3406 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3405 '<(grit_out_dir)/grit/shared_resources_map.cc', 3407 '<(grit_out_dir)/grit/shared_resources_map.cc',
3406 '<(grit_out_dir)/grit/theme_resources_map.cc', 3408 '<(grit_out_dir)/grit/theme_resources_map.cc',
3409 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3410 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3407 ], 3411 ],
3408 'conditions': [ 3412 'conditions': [
3409 ['javascript_engine=="v8"', { 3413 ['javascript_engine=="v8"', {
3410 'defines': [ 3414 'defines': [
3411 'CHROME_V8', 3415 'CHROME_V8',
3412 ], 3416 ],
3413 }], 3417 }],
3414 ['debug_devtools==1', { 3418 ['debug_devtools==1', {
3415 'defines': [ 3419 'defines': [
3416 'DEBUG_DEVTOOLS=1', 3420 'DEBUG_DEVTOOLS=1',
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
4435 'hard_dependency': 1, 4439 'hard_dependency': 1,
4436 }, 4440 },
4437 ], 4441 ],
4438 } 4442 }
4439 4443
4440 # Local Variables: 4444 # Local Variables:
4441 # tab-width:2 4445 # tab-width:2
4442 # indent-tabs-mode:nil 4446 # indent-tabs-mode:nil
4443 # End: 4447 # End:
4444 # vim: set expandtab tabstop=2 shiftwidth=2: 4448 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | ui/gfx/image_mac_unittest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698