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

Side by Side Diff: content/content_tests.gypi

Issue 343003003: Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some missing includes & gfx_ipc deps Created 6 years, 5 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 | « content/content_shell.gypi ('k') | content/public/common/common_param_traits.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 '../skia/skia.gyp:skia', 356 '../skia/skia.gyp:skia',
357 '../sql/sql.gyp:sql', 357 '../sql/sql.gyp:sql',
358 '../sql/sql.gyp:test_support_sql', 358 '../sql/sql.gyp:test_support_sql',
359 '../testing/gmock.gyp:gmock', 359 '../testing/gmock.gyp:gmock',
360 '../testing/gtest.gyp:gtest', 360 '../testing/gtest.gyp:gtest',
361 '../third_party/re2/re2.gyp:re2', 361 '../third_party/re2/re2.gyp:re2',
362 '../ui/accessibility/accessibility.gyp:accessibility', 362 '../ui/accessibility/accessibility.gyp:accessibility',
363 '../ui/base/ui_base.gyp:ui_base', 363 '../ui/base/ui_base.gyp:ui_base',
364 '../ui/gfx/gfx.gyp:gfx', 364 '../ui/gfx/gfx.gyp:gfx',
365 '../ui/gfx/gfx.gyp:gfx_geometry', 365 '../ui/gfx/gfx.gyp:gfx_geometry',
366 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
366 ], 367 ],
367 'include_dirs': [ 368 'include_dirs': [
368 '..', 369 '..',
369 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 370 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
370 ], 371 ],
371 'sources': [ 372 'sources': [
372 'browser/accessibility/accessibility_mode_helper_unittest.cc', 373 'browser/accessibility/accessibility_mode_helper_unittest.cc',
373 'browser/accessibility/browser_accessibility_mac_unittest.mm', 374 'browser/accessibility/browser_accessibility_mac_unittest.mm',
374 'browser/accessibility/browser_accessibility_manager_unittest.cc', 375 'browser/accessibility/browser_accessibility_manager_unittest.cc',
375 'browser/accessibility/browser_accessibility_win_unittest.cc', 376 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1822 }, 1823 },
1823 ], 1824 ],
1824 }], 1825 }],
1825 ], 1826 ],
1826 }, 1827 },
1827 ], 1828 ],
1828 }], 1829 }],
1829 ], 1830 ],
1830 } 1831 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698