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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14720012: Relanding this as the previous attempt failed due to build errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | « no previous file | chrome/chrome_renderer.gypi » ('j') | webkit/glue/weburlrequest_extradata_impl.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2310 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2310 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2311 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2311 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2312 '../third_party/libusb/libusb.gyp:libusb', 2312 '../third_party/libusb/libusb.gyp:libusb',
2313 '../third_party/npapi/npapi.gyp:npapi', 2313 '../third_party/npapi/npapi.gyp:npapi',
2314 '../third_party/re2/re2.gyp:re2', 2314 '../third_party/re2/re2.gyp:re2',
2315 '../ui/gl/gl.gyp:gl', 2315 '../ui/gl/gl.gyp:gl',
2316 '../ui/surface/surface.gyp:surface', 2316 '../ui/surface/surface.gyp:surface',
2317 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2317 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2318 '../v8/tools/gyp/v8.gyp:v8', 2318 '../v8/tools/gyp/v8.gyp:v8',
2319 '../webkit/support/webkit_support.gyp:glue', 2319 '../webkit/support/webkit_support.gyp:glue',
2320 '../webkit/support/webkit_support.gyp:glue_common',
2321 '../webkit/support/webkit_support.gyp:plugins',
2322 '../webkit/support/webkit_support.gyp:plugins_common',
2320 '../webkit/support/webkit_support.gyp:webkit_resources', 2323 '../webkit/support/webkit_support.gyp:webkit_resources',
2321 '../webkit/support/webkit_support.gyp:webkit_storage', 2324 '../webkit/support/webkit_support.gyp:webkit_storage',
2322 ], 2325 ],
2323 'defines': [ 2326 'defines': [
2324 '<@(nacl_defines)', 2327 '<@(nacl_defines)',
2325 ], 2328 ],
2326 'direct_dependent_settings': { 2329 'direct_dependent_settings': {
2327 'defines': [ 2330 'defines': [
2328 '<@(nacl_defines)', 2331 '<@(nacl_defines)',
2329 ], 2332 ],
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
3193 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3196 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3194 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3197 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3195 }, 3198 },
3196 'includes': [ '../build/android/java_cpp_template.gypi' ], 3199 'includes': [ '../build/android/java_cpp_template.gypi' ],
3197 }, 3200 },
3198 ], 3201 ],
3199 }, 3202 },
3200 ], 3203 ],
3201 ], 3204 ],
3202 } 3205 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | webkit/glue/weburlrequest_extradata_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698