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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15716007: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: char* -> char[] Created 7 years, 6 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 | « android_webview/native/webview_native.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
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 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2373 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2374 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2374 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2375 '../third_party/libusb/libusb.gyp:libusb', 2375 '../third_party/libusb/libusb.gyp:libusb',
2376 '../third_party/npapi/npapi.gyp:npapi', 2376 '../third_party/npapi/npapi.gyp:npapi',
2377 '../third_party/re2/re2.gyp:re2', 2377 '../third_party/re2/re2.gyp:re2',
2378 '../ui/gl/gl.gyp:gl', 2378 '../ui/gl/gl.gyp:gl',
2379 '../ui/surface/surface.gyp:surface', 2379 '../ui/surface/surface.gyp:surface',
2380 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2380 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2381 '../v8/tools/gyp/v8.gyp:v8', 2381 '../v8/tools/gyp/v8.gyp:v8',
2382 '../webkit/plugins/webkit_plugins.gyp:plugins_common', 2382 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
2383 '../webkit/storage_browser.gyp:webkit_storage_browser',
2384 '../webkit/storage_common.gyp:webkit_storage_common',
2383 '../webkit/support/webkit_support.gyp:glue_common', 2385 '../webkit/support/webkit_support.gyp:glue_common',
2384 '../webkit/support/webkit_support.gyp:webkit_resources', 2386 '../webkit/support/webkit_support.gyp:webkit_resources',
2385 '../webkit/support/webkit_support.gyp:webkit_storage',
2386 ], 2387 ],
2387 'defines': [ 2388 'defines': [
2388 '<@(nacl_defines)', 2389 '<@(nacl_defines)',
2389 ], 2390 ],
2390 'direct_dependent_settings': { 2391 'direct_dependent_settings': {
2391 'defines': [ 2392 'defines': [
2392 '<@(nacl_defines)', 2393 '<@(nacl_defines)',
2393 ], 2394 ],
2394 }, 2395 },
2395 }, { # OS == "ios" 2396 }, { # OS == "ios"
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3295 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3295 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3296 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3296 }, 3297 },
3297 'includes': [ '../build/android/java_cpp_template.gypi' ], 3298 'includes': [ '../build/android/java_cpp_template.gypi' ],
3298 }, 3299 },
3299 ], 3300 ],
3300 }, 3301 },
3301 ], 3302 ],
3302 ], 3303 ],
3303 } 3304 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698