OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
8 # GN version: //sync:test_support_sync_core | 8 # GN version: //sync:test_support_sync_core |
9 { | 9 { |
10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'sources': [ | 432 'sources': [ |
433 '../chrome/android/sync_shell/javatests/src/org/chromium/chrome/brow
ser/sync/FakeServerHelper.java', | 433 '../chrome/android/sync_shell/javatests/src/org/chromium/chrome/brow
ser/sync/FakeServerHelper.java', |
434 ], | 434 ], |
435 'variables': { | 435 'variables': { |
436 'jni_gen_package': 'sync/test/fake_server', | 436 'jni_gen_package': 'sync/test/fake_server', |
437 'jni_generator_ptr_type': 'long', | 437 'jni_generator_ptr_type': 'long', |
438 }, | 438 }, |
439 'includes': [ '../build/jni_generator.gypi' ], | 439 'includes': [ '../build/jni_generator.gypi' ], |
440 }, | 440 }, |
441 { | 441 { |
442 # TODO(pvalenzuela): Create GN version of this target. | 442 # GN: //sync:test_support_sync_proto_java |
443 # http://crbug.com/475612 | |
444 'target_name': 'test_support_sync_proto_java', | 443 'target_name': 'test_support_sync_proto_java', |
445 'type': 'none', | 444 'type': 'none', |
446 'variables': { | 445 'variables': { |
447 'proto_in_dir': '<(INTERMEDIATE_DIR)/sync_protos', | 446 'proto_in_dir': '<(INTERMEDIATE_DIR)/sync_protos', |
448 # Set this variable so that sync_proto_source_paths refers to the | 447 # Set this variable so that sync_proto_source_paths refers to the |
449 # temporary proto definitions created here. | 448 # temporary proto definitions created here. |
450 'sync_proto_sources_dir': '<(INTERMEDIATE_DIR)/sync_protos', | 449 'sync_proto_sources_dir': '<(INTERMEDIATE_DIR)/sync_protos', |
451 }, | 450 }, |
452 'actions': [ | 451 'actions': [ |
453 { | 452 { |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 '../build/isolate.gypi', | 538 '../build/isolate.gypi', |
540 ], | 539 ], |
541 'sources': [ | 540 'sources': [ |
542 'sync_unit_tests.isolate', | 541 'sync_unit_tests.isolate', |
543 ], | 542 ], |
544 }, | 543 }, |
545 ], | 544 ], |
546 }], | 545 }], |
547 ], | 546 ], |
548 } | 547 } |
OLD | NEW |