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

Side by Side Diff: content/content_shell.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 42 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
43 '../components/components.gyp:breakpad_component', 43 '../components/components.gyp:breakpad_component',
44 '../ipc/ipc.gyp:ipc', 44 '../ipc/ipc.gyp:ipc',
45 '../media/media.gyp:media', 45 '../media/media.gyp:media',
46 '../net/net.gyp:net', 46 '../net/net.gyp:net',
47 '../net/net.gyp:net_resources', 47 '../net/net.gyp:net_resources',
48 '../skia/skia.gyp:skia', 48 '../skia/skia.gyp:skia',
49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner', 49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner',
50 '../ui/events/events.gyp:events_base', 50 '../ui/events/events.gyp:events_base',
51 '../ui/gfx/gfx.gyp:gfx', 51 '../ui/gfx/gfx.gyp:gfx',
52 '../ui/gfx/gfx.gyp:gfx_geometry',
52 '../ui/gl/gl.gyp:gl', 53 '../ui/gl/gl.gyp:gl',
53 '../ui/ui.gyp:ui', 54 '../ui/ui.gyp:ui',
54 '../url/url.gyp:url_lib', 55 '../url/url.gyp:url_lib',
55 '../v8/tools/gyp/v8.gyp:v8', 56 '../v8/tools/gyp/v8.gyp:v8',
56 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 57 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
57 '../webkit/common/webkit_common.gyp:webkit_common', 58 '../webkit/common/webkit_common.gyp:webkit_common',
58 '../webkit/glue/webkit_glue.gyp:glue', 59 '../webkit/glue/webkit_glue.gyp:glue',
59 '../webkit/webkit_resources.gyp:webkit_resources', 60 '../webkit/webkit_resources.gyp:webkit_resources',
60 ], 61 ],
61 'include_dirs': [ 62 'include_dirs': [
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 861 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
861 '--destination_dir', '<(dest_dir)', 862 '--destination_dir', '<(dest_dir)',
862 ], 863 ],
863 }, 864 },
864 ], 865 ],
865 }, 866 },
866 ], 867 ],
867 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 868 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
868 ] 869 ]
869 } 870 }
OLDNEW
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | content/content_tests.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698