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

Side by Side Diff: content/content_shell.gypi

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../skia/skia.gyp:skia', 50 '../skia/skia.gyp:skia',
51 '../third_party/WebKit/public/blink.gyp:blink', 51 '../third_party/WebKit/public/blink.gyp:blink',
52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support', 52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support',
53 '../ui/events/events.gyp:events_base', 53 '../ui/events/events.gyp:events_base',
54 '../ui/gfx/gfx.gyp:gfx', 54 '../ui/gfx/gfx.gyp:gfx',
55 '../ui/gfx/gfx.gyp:gfx_geometry', 55 '../ui/gfx/gfx.gyp:gfx_geometry',
56 '../ui/gl/gl.gyp:gl', 56 '../ui/gl/gl.gyp:gl',
57 '../ui/ui.gyp:ui', 57 '../ui/ui.gyp:ui',
58 '../url/url.gyp:url_lib', 58 '../url/url.gyp:url_lib',
59 '../v8/tools/gyp/v8.gyp:v8', 59 '../v8/tools/gyp/v8.gyp:v8',
60 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
61 '../webkit/common/webkit_common.gyp:webkit_common', 60 '../webkit/common/webkit_common.gyp:webkit_common',
62 '../webkit/webkit_resources.gyp:webkit_resources', 61 '../webkit/webkit_resources.gyp:webkit_resources',
63 ], 62 ],
64 'include_dirs': [ 63 'include_dirs': [
65 '..', 64 '..',
66 ], 65 ],
67 'sources': [ 66 'sources': [
68 'public/test/layouttest_support.h', 67 'public/test/layouttest_support.h',
69 'shell/android/shell_jni_registrar.cc', 68 'shell/android/shell_jni_registrar.cc',
70 'shell/android/shell_jni_registrar.h', 69 'shell/android/shell_jni_registrar.h',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1124 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1126 '--destination_dir', '<(dest_dir)', 1125 '--destination_dir', '<(dest_dir)',
1127 ], 1126 ],
1128 }, 1127 },
1129 ], 1128 ],
1130 }, 1129 },
1131 ], 1130 ],
1132 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1131 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1133 ] 1132 ]
1134 } 1133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698