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

Side by Side Diff: content/content_tests.gypi

Issue 519333002: Move resource_loader_bridge.* from webkit/child to content/child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort + REBASE Created 6 years, 3 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_child.gypi ('k') | content/renderer/BUILD.gn » ('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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 '../sql/sql.gyp:sql', 362 '../sql/sql.gyp:sql',
363 '../sql/sql.gyp:test_support_sql', 363 '../sql/sql.gyp:test_support_sql',
364 '../testing/gmock.gyp:gmock', 364 '../testing/gmock.gyp:gmock',
365 '../testing/gtest.gyp:gtest', 365 '../testing/gtest.gyp:gtest',
366 '../third_party/re2/re2.gyp:re2', 366 '../third_party/re2/re2.gyp:re2',
367 '../ui/accessibility/accessibility.gyp:accessibility', 367 '../ui/accessibility/accessibility.gyp:accessibility',
368 '../ui/base/ui_base.gyp:ui_base', 368 '../ui/base/ui_base.gyp:ui_base',
369 '../ui/gfx/gfx.gyp:gfx', 369 '../ui/gfx/gfx.gyp:gfx',
370 '../ui/gfx/gfx.gyp:gfx_geometry', 370 '../ui/gfx/gfx.gyp:gfx_geometry',
371 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 371 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
372 '../webkit/child/webkit_child.gyp:webkit_child',
373 ], 372 ],
374 'include_dirs': [ 373 'include_dirs': [
375 '..', 374 '..',
376 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 375 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
377 ], 376 ],
378 'sources': [ 377 'sources': [
379 'browser/accessibility/accessibility_mode_helper_unittest.cc', 378 'browser/accessibility/accessibility_mode_helper_unittest.cc',
380 'browser/accessibility/browser_accessibility_mac_unittest.mm', 379 'browser/accessibility/browser_accessibility_mac_unittest.mm',
381 'browser/accessibility/browser_accessibility_manager_unittest.cc', 380 'browser/accessibility/browser_accessibility_manager_unittest.cc',
382 'browser/accessibility/browser_accessibility_win_unittest.cc', 381 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1880 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1882 }, 1881 },
1883 ], 1882 ],
1884 }], 1883 }],
1885 ], 1884 ],
1886 }, 1885 },
1887 ], 1886 ],
1888 }], 1887 }],
1889 ], 1888 ],
1890 } 1889 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698