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

Side by Side Diff: content/content_tests.gypi

Issue 731133002: Upstream ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/compositor.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 '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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'browser/compositor/test/no_transport_image_transport_factory.cc', 348 'browser/compositor/test/no_transport_image_transport_factory.cc',
349 'browser/compositor/test/no_transport_image_transport_factory.h', 349 'browser/compositor/test/no_transport_image_transport_factory.h',
350 ], 350 ],
351 'dependencies': [ 351 'dependencies': [
352 '../ui/compositor/compositor.gyp:compositor', 352 '../ui/compositor/compositor.gyp:compositor',
353 '../third_party/libvpx/libvpx.gyp:libvpx', 353 '../third_party/libvpx/libvpx.gyp:libvpx',
354 ], 354 ],
355 }], 355 }],
356 ['OS=="android"', { 356 ['OS=="android"', {
357 'dependencies': [ 357 'dependencies': [
358 '../ui/android/ui_android.gyp:ui_android',
358 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 359 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
359 'content.gyp:content_v8_external_data', 360 'content.gyp:content_v8_external_data',
360 ], 361 ],
361 }], 362 }],
362 ['v8_use_external_startup_data==1', { 363 ['v8_use_external_startup_data==1', {
363 'dependencies': [ 364 'dependencies': [
364 '../gin/gin.gyp:gin', 365 '../gin/gin.gyp:gin',
365 ], 366 ],
366 }], 367 }],
367 ], 368 ],
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2056 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2056 }, 2057 },
2057 ], 2058 ],
2058 }], 2059 }],
2059 ], 2060 ],
2060 }, 2061 },
2061 ], 2062 ],
2062 }], 2063 }],
2063 ], 2064 ],
2064 } 2065 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698