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

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: Fix try jobs 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 3349 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 'browser/webdata/web_data_service_win.cc', 3388 'browser/webdata/web_data_service_win.cc',
3387 'browser/webdata/web_database.cc', 3389 'browser/webdata/web_database.cc',
3388 'browser/webdata/web_database.h', 3390 'browser/webdata/web_database.h',
3389 'browser/webdata/web_database_table.h', 3391 'browser/webdata/web_database_table.h',
3390 3392
3391 # These files are generated by GRIT. 3393 # These files are generated by GRIT.
3392 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3394 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3393 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3395 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3394 '<(grit_out_dir)/grit/shared_resources_map.cc', 3396 '<(grit_out_dir)/grit/shared_resources_map.cc',
3395 '<(grit_out_dir)/grit/theme_resources_map.cc', 3397 '<(grit_out_dir)/grit/theme_resources_map.cc',
3398 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3399 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3396 ], 3400 ],
3397 'conditions': [ 3401 'conditions': [
3398 ['javascript_engine=="v8"', { 3402 ['javascript_engine=="v8"', {
3399 'defines': [ 3403 'defines': [
3400 'CHROME_V8', 3404 'CHROME_V8',
3401 ], 3405 ],
3402 }], 3406 }],
3403 ['debug_devtools==1', { 3407 ['debug_devtools==1', {
3404 'defines': [ 3408 'defines': [
3405 'DEBUG_DEVTOOLS=1', 3409 'DEBUG_DEVTOOLS=1',
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
4420 'hard_dependency': 1, 4424 'hard_dependency': 1,
4421 }, 4425 },
4422 ], 4426 ],
4423 } 4427 }
4424 4428
4425 # Local Variables: 4429 # Local Variables:
4426 # tab-width:2 4430 # tab-width:2
4427 # indent-tabs-mode:nil 4431 # indent-tabs-mode:nil
4428 # End: 4432 # End:
4429 # vim: set expandtab tabstop=2 shiftwidth=2: 4433 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | skia/ext/skia_utils_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698