| OLD | NEW |
| 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 '../testing/gtest.gyp:gtest', | 992 '../testing/gtest.gyp:gtest', |
| 993 '../ui/ui.gyp:ui', | 993 '../ui/ui.gyp:ui', |
| 994 '../ui/gl/gl.gyp:gl', | 994 '../ui/gl/gl.gyp:gl', |
| 995 '../third_party/WebKit/public/blink.gyp:blink', | 995 '../third_party/WebKit/public/blink.gyp:blink', |
| 996 ], | 996 ], |
| 997 'include_dirs': [ | 997 'include_dirs': [ |
| 998 '..', | 998 '..', |
| 999 ], | 999 ], |
| 1000 'sources': [ | 1000 'sources': [ |
| 1001 'common/gpu/client/gl_helper_unittests.cc', | 1001 'common/gpu/client/gl_helper_unittests.cc', |
| 1002 'browser/gpu/gpu_ipc_gputests.cc', |
| 1002 ], | 1003 ], |
| 1003 }, | 1004 }, |
| 1004 { | 1005 { |
| 1005 'target_name': 'content_gl_benchmark', | 1006 'target_name': 'content_gl_benchmark', |
| 1006 'type': '<(gtest_target_type)', | 1007 'type': '<(gtest_target_type)', |
| 1007 'defines!': ['CONTENT_IMPLEMENTATION'], | 1008 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 1008 'dependencies': [ | 1009 'dependencies': [ |
| 1009 'content_common', | 1010 'content_common', |
| 1010 'test_support_content', | 1011 'test_support_content', |
| 1011 '../base/base.gyp:test_support_base', | 1012 '../base/base.gyp:test_support_base', |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 'resource_dir': 'shell/android/shell_apk/res', | 1222 'resource_dir': 'shell/android/shell_apk/res', |
| 1222 'additional_src_dirs': ['public/android/javatests/',], | 1223 'additional_src_dirs': ['public/android/javatests/',], |
| 1223 'is_test_apk': 1, | 1224 'is_test_apk': 1, |
| 1224 }, | 1225 }, |
| 1225 'includes': [ '../build/java_apk.gypi' ], | 1226 'includes': [ '../build/java_apk.gypi' ], |
| 1226 }, | 1227 }, |
| 1227 ], | 1228 ], |
| 1228 }], | 1229 }], |
| 1229 ], | 1230 ], |
| 1230 } | 1231 } |
| OLD | NEW |