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

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: fix nacl build 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',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../webkit/support/webkit_support.gyp:appcache', 44 '../webkit/support/webkit_support.gyp:appcache',
45 '../webkit/support/webkit_support.gyp:blob', 45 '../webkit/support/webkit_support.gyp:blob',
46 '../webkit/support/webkit_support.gyp:database', 46 '../webkit/support/webkit_support.gyp:database',
47 '../webkit/support/webkit_support.gyp:fileapi', 47 '../webkit/support/webkit_support.gyp:fileapi',
48 '../webkit/support/webkit_support.gyp:glue', 48 '../webkit/support/webkit_support.gyp:glue',
49 '../webkit/support/webkit_support.gyp:webkit_resources', 49 '../webkit/support/webkit_support.gyp:webkit_resources',
50 ], 50 ],
51 'include_dirs': [ 51 'include_dirs': [
52 '..', 52 '..',
53 '<(INTERMEDIATE_DIR)', 53 '<(INTERMEDIATE_DIR)',
54 '<(policy_out_dir)',
bradn 2011/01/20 17:57:02 I don't think you want to litter these all over. Y
danno 2011/01/24 18:14:23 Done.
54 ], 55 ],
55 'defines': [ 56 'defines': [
56 '<@(nacl_defines)', 57 '<@(nacl_defines)',
57 ], 58 ],
58 'direct_dependent_settings': { 59 'direct_dependent_settings': {
59 'defines': [ 60 'defines': [
60 '<@(nacl_defines)', 61 '<@(nacl_defines)',
61 ], 62 ],
62 }, 63 },
63 'sources': [ 64 'sources': [
(...skipping 4489 matching lines...) Expand 10 before | Expand all | Expand 10 after
4553 ], 4554 ],
4554 }, 4555 },
4555 ], 4556 ],
4556 } 4557 }
4557 4558
4558 # Local Variables: 4559 # Local Variables:
4559 # tab-width:2 4560 # tab-width:2
4560 # indent-tabs-mode:nil 4561 # indent-tabs-mode:nil
4561 # End: 4562 # End:
4562 # vim: set expandtab tabstop=2 shiftwidth=2: 4563 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | chrome/chrome_exe.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698