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

Side by Side Diff: webkit/child/webkit_child.gyp

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm build directory Created 6 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 | « webkit/build/webkit_version.h.in ('k') | webkit/common/user_agent/user_agent_util.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'conditions': [ 9 'conditions': [
10 ['OS=="android"', 10 ['OS=="android"',
(...skipping 27 matching lines...) Expand all
38 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 38 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
39 '<(DEPTH)/net/net.gyp:net', 39 '<(DEPTH)/net/net.gyp:net',
40 '<(DEPTH)/skia/skia.gyp:skia', 40 '<(DEPTH)/skia/skia.gyp:skia',
41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
42 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 42 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
43 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 43 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
44 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', 44 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
45 '<(DEPTH)/ui/ui.gyp:ui', 45 '<(DEPTH)/ui/ui.gyp:ui',
46 '<(DEPTH)/url/url.gyp:url_lib', 46 '<(DEPTH)/url/url.gyp:url_lib',
47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
48 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
49 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 48 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
50 ], 49 ],
51 'include_dirs': [ 50 'include_dirs': [
52 # For JNI generated header. 51 # For JNI generated header.
53 '<(SHARED_INTERMEDIATE_DIR)/webkit', 52 '<(SHARED_INTERMEDIATE_DIR)/webkit',
54 ], 53 ],
55 # This target exports a hard dependency because dependent targets may 54 # This target exports a hard dependency because dependent targets may
56 # include the header generated above. 55 # include the header generated above.
57 'hard_dependency': 1, 56 'hard_dependency': 1,
58 'sources': [ 57 'sources': [
(...skipping 29 matching lines...) Expand all
88 { 87 {
89 'dependencies': [ 88 'dependencies': [
90 'overscroller_jni_headers', 89 'overscroller_jni_headers',
91 ], 90 ],
92 } 91 }
93 ], 92 ],
94 ], 93 ],
95 }, 94 },
96 ], 95 ],
97 } 96 }
OLDNEW
« no previous file with comments | « webkit/build/webkit_version.h.in ('k') | webkit/common/user_agent/user_agent_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698