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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: localize gyp variable Created 9 years, 11 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 'common', 12 'common',
13 'common_net', 13 'common_net',
14 'chrome_extra_resources', 14 'chrome_extra_resources',
15 'chrome_resources', 15 'chrome_resources',
16 'chrome_strings', 16 'chrome_strings',
17 'debugger', 17 'debugger',
18 'installer_util', 18 'installer_util',
19 'platform_locale_settings', 19 'platform_locale_settings',
20 'profile_import', 20 'profile_import',
21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 21 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
22 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', 22 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp',
23 'policy',
23 'safe_browsing_csd_proto', 24 'safe_browsing_csd_proto',
24 'safe_browsing_report_proto', 25 'safe_browsing_report_proto',
25 'syncapi', 26 'syncapi',
26 'theme_resources', 27 'theme_resources',
27 'userfeedback_proto', 28 'userfeedback_proto',
28 '../app/app.gyp:app_resources', 29 '../app/app.gyp:app_resources',
29 '../app/app.gyp:app_strings', 30 '../app/app.gyp:app_strings',
30 '../media/media.gyp:media', 31 '../media/media.gyp:media',
31 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 32 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
32 '../printing/printing.gyp:printing', 33 '../printing/printing.gyp:printing',
(...skipping 4525 matching lines...) Expand 10 before | Expand all | Expand 10 after
4558 ], 4559 ],
4559 }, 4560 },
4560 ], 4561 ],
4561 } 4562 }
4562 4563
4563 # Local Variables: 4564 # Local Variables:
4564 # tab-width:2 4565 # tab-width:2
4565 # indent-tabs-mode:nil 4566 # indent-tabs-mode:nil
4566 # End: 4567 # End:
4567 # vim: set expandtab tabstop=2 shiftwidth=2: 4568 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698