OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 ], | 276 ], |
277 'include_dirs': [ | 277 'include_dirs': [ |
278 '../..', | 278 '../..', |
279 ], | 279 ], |
280 'sources': [ | 280 'sources': [ |
281 'gl_bindings_autogen_mock.cc', | 281 'gl_bindings_autogen_mock.cc', |
282 'gl_bindings_autogen_mock.h', | 282 'gl_bindings_autogen_mock.h', |
283 'gl_mock.cc', | 283 'gl_mock.cc', |
284 'gl_mock.h', | 284 'gl_mock.h', |
285 'gl_mock_autogen_gl.h', | 285 'gl_mock_autogen_gl.h', |
| 286 'gpu_timing_fake.cc', |
| 287 'gpu_timing_fake.h', |
286 ], | 288 ], |
287 }, | 289 }, |
288 ], | 290 ], |
289 'conditions': [ | 291 'conditions': [ |
290 ['OS=="android"' , { | 292 ['OS=="android"' , { |
291 'targets': [ | 293 'targets': [ |
292 { | 294 { |
293 'target_name': 'surface_jni_headers', | 295 'target_name': 'surface_jni_headers', |
294 'type': 'none', | 296 'type': 'none', |
295 'variables': { | 297 'variables': { |
(...skipping 14 matching lines...) Expand all Loading... |
310 ], | 312 ], |
311 'variables': { | 313 'variables': { |
312 'jni_gen_package': 'ui/gl', | 314 'jni_gen_package': 'ui/gl', |
313 }, | 315 }, |
314 'includes': [ '../../build/jni_generator.gypi' ], | 316 'includes': [ '../../build/jni_generator.gypi' ], |
315 }, | 317 }, |
316 ], | 318 ], |
317 }], | 319 }], |
318 ], | 320 ], |
319 } | 321 } |
OLD | NEW |