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

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 comments 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.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 { 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 3366 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 'browser/webdata/web_data_service_win.cc', 3405 'browser/webdata/web_data_service_win.cc',
3404 'browser/webdata/web_database.cc', 3406 'browser/webdata/web_database.cc',
3405 'browser/webdata/web_database.h', 3407 'browser/webdata/web_database.h',
3406 'browser/webdata/web_database_table.h', 3408 'browser/webdata/web_database_table.h',
3407 3409
3408 # These files are generated by GRIT. 3410 # These files are generated by GRIT.
3409 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3411 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3410 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3412 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3411 '<(grit_out_dir)/grit/shared_resources_map.cc', 3413 '<(grit_out_dir)/grit/shared_resources_map.cc',
3412 '<(grit_out_dir)/grit/theme_resources_map.cc', 3414 '<(grit_out_dir)/grit/theme_resources_map.cc',
3415 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3416 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3413 ], 3417 ],
3414 'conditions': [ 3418 'conditions': [
3415 ['javascript_engine=="v8"', { 3419 ['javascript_engine=="v8"', {
3416 'defines': [ 3420 'defines': [
3417 'CHROME_V8', 3421 'CHROME_V8',
3418 ], 3422 ],
3419 }], 3423 }],
3420 ['debug_devtools==1', { 3424 ['debug_devtools==1', {
3421 'defines': [ 3425 'defines': [
3422 'DEBUG_DEVTOOLS=1', 3426 'DEBUG_DEVTOOLS=1',
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
4447 'hard_dependency': 1, 4451 'hard_dependency': 1,
4448 }, 4452 },
4449 ], 4453 ],
4450 } 4454 }
4451 4455
4452 # Local Variables: 4456 # Local Variables:
4453 # tab-width:2 4457 # tab-width:2
4454 # indent-tabs-mode:nil 4458 # indent-tabs-mode:nil
4455 # End: 4459 # End:
4456 # vim: set expandtab tabstop=2 shiftwidth=2: 4460 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698