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

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: 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 { 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_csd_proto', 24 'safe_browsing_csd_proto',
25 'safe_browsing_report_proto', 25 'safe_browsing_report_proto',
26 'syncapi', 26 'syncapi',
27 'theme_resources', 27 'theme_resources',
28 'theme_resources_large',
29 'theme_resources_standard',
28 'userfeedback_proto', 30 'userfeedback_proto',
29 '../app/app.gyp:app_resources', 31 '../app/app.gyp:app_resources',
30 '../build/temp_gyp/googleurl.gyp:googleurl', 32 '../build/temp_gyp/googleurl.gyp:googleurl',
31 '../content/content.gyp:content_browser', 33 '../content/content.gyp:content_browser',
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',
37 '../third_party/bzip2/bzip2.gyp:bzip2', 39 '../third_party/bzip2/bzip2.gyp:bzip2',
(...skipping 3302 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 'browser/webdata/web_data_service_win.cc', 3342 'browser/webdata/web_data_service_win.cc',
3341 'browser/webdata/web_database.cc', 3343 'browser/webdata/web_database.cc',
3342 'browser/webdata/web_database.h', 3344 'browser/webdata/web_database.h',
3343 'browser/webdata/web_database_table.h', 3345 'browser/webdata/web_database_table.h',
3344 3346
3345 # These files are generated by GRIT. 3347 # These files are generated by GRIT.
3346 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3348 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3347 '<(grit_out_dir)/grit/devtools_resources_map.cc', 3349 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3348 '<(grit_out_dir)/grit/shared_resources_map.cc', 3350 '<(grit_out_dir)/grit/shared_resources_map.cc',
3349 '<(grit_out_dir)/grit/theme_resources_map.cc', 3351 '<(grit_out_dir)/grit/theme_resources_map.cc',
3352 '<(grit_out_dir)/grit/theme_resources_large_map.cc',
3353 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
3350 ], 3354 ],
3351 'conditions': [ 3355 'conditions': [
3352 ['javascript_engine=="v8"', { 3356 ['javascript_engine=="v8"', {
3353 'defines': [ 3357 'defines': [
3354 'CHROME_V8', 3358 'CHROME_V8',
3355 ], 3359 ],
3356 }], 3360 }],
3357 ['debug_devtools==1', { 3361 ['debug_devtools==1', {
3358 'defines': [ 3362 'defines': [
3359 'DEBUG_DEVTOOLS=1', 3363 'DEBUG_DEVTOOLS=1',
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
4402 'hard_dependency': 1, 4406 'hard_dependency': 1,
4403 }, 4407 },
4404 ], 4408 ],
4405 } 4409 }
4406 4410
4407 # Local Variables: 4411 # Local Variables:
4408 # tab-width:2 4412 # tab-width:2
4409 # indent-tabs-mode:nil 4413 # indent-tabs-mode:nil
4410 # End: 4414 # End:
4411 # vim: set expandtab tabstop=2 shiftwidth=2: 4415 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698