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

Side by Side Diff: content/content_browser.gypi

Issue 13949013: Implement download link in chrome://indexeddb-internals/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve constness for thread-proxied calls Created 7 years, 8 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) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../sql/sql.gyp:sql', 13 '../sql/sql.gyp:sql',
14 '../third_party/re2/re2.gyp:re2', 14 '../third_party/re2/re2.gyp:re2',
15 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
16 '../ui/snapshot/snapshot.gyp:snapshot', 16 '../ui/snapshot/snapshot.gyp:snapshot',
17 '../ui/ui.gyp:ui', 17 '../ui/ui.gyp:ui',
18 '../ui/ui.gyp:ui_resources', 18 '../ui/ui.gyp:ui_resources',
19 '../components/components.gyp:zip', # temporary,
19 ], 20 ],
20 'include_dirs': [ 21 'include_dirs': [
21 '..', 22 '..',
22 '<(INTERMEDIATE_DIR)', 23 '<(INTERMEDIATE_DIR)',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 'port/browser/render_view_host_delegate_view.h', 26 'port/browser/render_view_host_delegate_view.h',
26 'port/browser/render_widget_host_view_port.h', 27 'port/browser/render_widget_host_view_port.h',
27 'port/browser/smooth_scroll_gesture.h', 28 'port/browser/smooth_scroll_gesture.h',
28 'port/browser/web_contents_view_port.h', 29 'port/browser/web_contents_view_port.h',
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 '../third_party/speex/speex.gyp:libspeex', 1320 '../third_party/speex/speex.gyp:libspeex',
1320 ], 1321 ],
1321 }], 1322 }],
1322 ['linux_use_libgps==1', { 1323 ['linux_use_libgps==1', {
1323 'dependencies': [ 1324 'dependencies': [
1324 '../build/linux/system.gyp:libgps', 1325 '../build/linux/system.gyp:libgps',
1325 ], 1326 ],
1326 }], 1327 }],
1327 ], 1328 ],
1328 } 1329 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698