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 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 years, 7 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
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.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 # 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 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '../storage/storage_browser.gyp:storage', 60 '../storage/storage_browser.gyp:storage',
61 '../third_party/WebKit/public/blink.gyp:blink', 61 '../third_party/WebKit/public/blink.gyp:blink',
62 '../third_party/WebKit/public/blink.gyp:blink_test_support', 62 '../third_party/WebKit/public/blink.gyp:blink_test_support',
63 '../testing/gmock.gyp:gmock', 63 '../testing/gmock.gyp:gmock',
64 '../testing/gtest.gyp:gtest', 64 '../testing/gtest.gyp:gtest',
65 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 65 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
66 '../ui/base/ui_base.gyp:ui_base', 66 '../ui/base/ui_base.gyp:ui_base',
67 '../ui/events/events.gyp:events_base', 67 '../ui/events/events.gyp:events_base',
68 '../ui/gfx/gfx.gyp:gfx', 68 '../ui/gfx/gfx.gyp:gfx',
69 '../ui/gfx/gfx.gyp:gfx_geometry', 69 '../ui/gfx/gfx.gyp:gfx_geometry',
70 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
70 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 71 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
71 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 72 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
72 '../ui/gl/gl.gyp:gl', 73 '../ui/gl/gl.gyp:gl',
73 '../url/url.gyp:url_lib', 74 '../url/url.gyp:url_lib',
74 '../url/ipc/url_ipc.gyp:url_ipc', 75 '../url/ipc/url_ipc.gyp:url_ipc',
75 '../v8/src/v8.gyp:v8', 76 '../v8/src/v8.gyp:v8',
76 ], 77 ],
77 'include_dirs': [ 78 'include_dirs': [
78 '..', 79 '..',
79 ], 80 ],
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 906 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
906 '--destination_dir', '<(dest_dir)', 907 '--destination_dir', '<(dest_dir)',
907 ], 908 ],
908 }, 909 },
909 ], 910 ],
910 }, 911 },
911 ], 912 ],
912 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 913 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
913 ] 914 ]
914 } 915 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698