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

Side by Side Diff: content/content_tests.gypi

Issue 459553003: Replace NPObject usage in ppapi with gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'target_name': 'content_unittests', 349 'target_name': 'content_unittests',
350 'type': '<(gtest_target_type)', 350 'type': '<(gtest_target_type)',
351 'dependencies': [ 351 'dependencies': [
352 'browser/service_worker/service_worker_proto.gyp:proto', 352 'browser/service_worker/service_worker_proto.gyp:proto',
353 'browser/speech/proto/speech_proto.gyp:speech_proto', 353 'browser/speech/proto/speech_proto.gyp:speech_proto',
354 'content.gyp:content_browser', 354 'content.gyp:content_browser',
355 'content.gyp:content_common', 355 'content.gyp:content_common',
356 'test_support_content', 356 'test_support_content',
357 '../base/base.gyp:test_support_base', 357 '../base/base.gyp:test_support_base',
358 '../crypto/crypto.gyp:crypto', 358 '../crypto/crypto.gyp:crypto',
359 '../gin/gin.gyp:gin',
359 '../net/net.gyp:net_test_support', 360 '../net/net.gyp:net_test_support',
360 '../skia/skia.gyp:skia', 361 '../skia/skia.gyp:skia',
361 '../sql/sql.gyp:sql', 362 '../sql/sql.gyp:sql',
362 '../sql/sql.gyp:test_support_sql', 363 '../sql/sql.gyp:test_support_sql',
363 '../testing/gmock.gyp:gmock', 364 '../testing/gmock.gyp:gmock',
364 '../testing/gtest.gyp:gtest', 365 '../testing/gtest.gyp:gtest',
365 '../third_party/re2/re2.gyp:re2', 366 '../third_party/re2/re2.gyp:re2',
366 '../ui/accessibility/accessibility.gyp:accessibility', 367 '../ui/accessibility/accessibility.gyp:accessibility',
367 '../ui/base/ui_base.gyp:ui_base', 368 '../ui/base/ui_base.gyp:ui_base',
368 '../ui/gfx/gfx.gyp:gfx', 369 '../ui/gfx/gfx.gyp:gfx',
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1866 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1866 }, 1867 },
1867 ], 1868 ],
1868 }], 1869 }],
1869 ], 1870 ],
1870 }, 1871 },
1871 ], 1872 ],
1872 }], 1873 }],
1873 ], 1874 ],
1874 } 1875 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698