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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11230022: webkit: Merge build target 'appcache' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 years, 2 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'chrome_resources.gyp:chrome_strings', 84 'chrome_resources.gyp:chrome_strings',
85 '../third_party/re2/re2.gyp:re2', 85 '../third_party/re2/re2.gyp:re2',
86 '../third_party/zlib/zlib.gyp:zlib', 86 '../third_party/zlib/zlib.gyp:zlib',
87 '../ui/base/strings/ui_strings.gyp:ui_strings', 87 '../ui/base/strings/ui_strings.gyp:ui_strings',
88 '../ui/surface/surface.gyp:surface', 88 '../ui/surface/surface.gyp:surface',
89 '../ui/ui.gyp:ui', 89 '../ui/ui.gyp:ui',
90 '../ui/ui.gyp:ui_resources', 90 '../ui/ui.gyp:ui_resources',
91 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 91 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
92 '../v8/tools/gyp/v8.gyp:v8', 92 '../v8/tools/gyp/v8.gyp:v8',
93 '../ui/views/controls/webview/webview.gyp:webview', 93 '../ui/views/controls/webview/webview.gyp:webview',
94 '../webkit/support/webkit_support.gyp:appcache',
95 '../webkit/support/webkit_support.gyp:database', 94 '../webkit/support/webkit_support.gyp:database',
96 '../webkit/support/webkit_support.gyp:glue', 95 '../webkit/support/webkit_support.gyp:glue',
97 '../webkit/support/webkit_support.gyp:quota', 96 '../webkit/support/webkit_support.gyp:quota',
98 '../webkit/support/webkit_support.gyp:user_agent', 97 '../webkit/support/webkit_support.gyp:user_agent',
99 '../webkit/support/webkit_support.gyp:webkit_resources', 98 '../webkit/support/webkit_support.gyp:webkit_resources',
100 '../webkit/support/webkit_support.gyp:webkit_storage', 99 '../webkit/support/webkit_support.gyp:webkit_storage',
101 ], 100 ],
102 'defines': [ 101 'defines': [
103 '<@(nacl_defines)', 102 '<@(nacl_defines)',
104 ], 103 ],
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'type': 'static_library', 738 'type': 'static_library',
740 'sources': [ 'browser/chromeos/drive/drive.proto' ], 739 'sources': [ 'browser/chromeos/drive/drive.proto' ],
741 'variables': { 740 'variables': {
742 'proto_in_dir': 'browser/chromeos/drive', 741 'proto_in_dir': 'browser/chromeos/drive',
743 'proto_out_dir': 'chrome/browser/chromeos/drive', 742 'proto_out_dir': 'chrome/browser/chromeos/drive',
744 }, 743 },
745 'includes': [ '../build/protoc.gypi' ] 744 'includes': [ '../build/protoc.gypi' ]
746 }, 745 },
747 ], 746 ],
748 } 747 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698