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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9695013: DOMStorageContextImpl that's implemented in terms of the new dom_storage classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | content/browser/browser_context.cc » ('j') | content/browser/browser_context.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '../ui/base/strings/ui_strings.gyp:ui_strings', 53 '../ui/base/strings/ui_strings.gyp:ui_strings',
54 '../ui/gfx/surface/surface.gyp:surface', 54 '../ui/gfx/surface/surface.gyp:surface',
55 '../ui/ui.gyp:ui', 55 '../ui/ui.gyp:ui',
56 '../ui/ui.gyp:ui_resources', 56 '../ui/ui.gyp:ui_resources',
57 '../ui/ui.gyp:ui_resources_2x', 57 '../ui/ui.gyp:ui_resources_2x',
58 '../ui/ui.gyp:ui_resources_standard', 58 '../ui/ui.gyp:ui_resources_standard',
59 '../v8/tools/gyp/v8.gyp:v8', 59 '../v8/tools/gyp/v8.gyp:v8',
60 '../webkit/support/webkit_support.gyp:appcache', 60 '../webkit/support/webkit_support.gyp:appcache',
61 '../webkit/support/webkit_support.gyp:blob', 61 '../webkit/support/webkit_support.gyp:blob',
62 '../webkit/support/webkit_support.gyp:database', 62 '../webkit/support/webkit_support.gyp:database',
63 '../webkit/support/webkit_support.gyp:dom_storage',
63 '../webkit/support/webkit_support.gyp:fileapi', 64 '../webkit/support/webkit_support.gyp:fileapi',
64 '../webkit/support/webkit_support.gyp:glue', 65 '../webkit/support/webkit_support.gyp:glue',
65 '../webkit/support/webkit_support.gyp:quota', 66 '../webkit/support/webkit_support.gyp:quota',
66 '../webkit/support/webkit_support.gyp:webkit_resources', 67 '../webkit/support/webkit_support.gyp:webkit_resources',
67 '../webkit/support/webkit_support.gyp:webkit_user_agent', 68 '../webkit/support/webkit_support.gyp:webkit_user_agent',
68 ], 69 ],
69 'include_dirs': [ 70 'include_dirs': [
70 '..', 71 '..',
71 '<(INTERMEDIATE_DIR)', 72 '<(INTERMEDIATE_DIR)',
72 ], 73 ],
(...skipping 5308 matching lines...) Expand 10 before | Expand all | Expand 10 after
5381 'variables': { 5382 'variables': {
5382 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5383 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5383 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5384 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5384 }, 5385 },
5385 'includes': ['../build/protoc.gypi'], 5386 'includes': ['../build/protoc.gypi'],
5386 }], 5387 }],
5387 ], 5388 ],
5388 }, 5389 },
5389 ], 5390 ],
5390 } 5391 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_context.cc » ('j') | content/browser/browser_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698