| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GN: //components/enhanced_bookmarks:enhanced_bookmarks | 8 # GN: //components/enhanced_bookmarks:enhanced_bookmarks |
| 9 'target_name': 'enhanced_bookmarks', | 9 'target_name': 'enhanced_bookmarks', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'proto_in_dir': './enhanced_bookmarks/proto', | 91 'proto_in_dir': './enhanced_bookmarks/proto', |
| 92 'proto_out_dir': 'components/enhanced_bookmarks/proto', | 92 'proto_out_dir': 'components/enhanced_bookmarks/proto', |
| 93 }, | 93 }, |
| 94 'includes': [ '../build/protoc.gypi' ], | 94 'includes': [ '../build/protoc.gypi' ], |
| 95 }, | 95 }, |
| 96 ], | 96 ], |
| 97 'conditions' : [ | 97 'conditions' : [ |
| 98 ['OS=="android"', { | 98 ['OS=="android"', { |
| 99 'targets': [ | 99 'targets': [ |
| 100 { | 100 { |
| 101 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_launch_locati
on_srcjar | 101 # GN: //components/enhanced_bookmarks:enhanced_bookmarks_java_enums_sr
cjar |
| 102 'target_name': 'enhanced_bookmarks_launch_location_srcjar', | 102 'target_name': 'enhanced_bookmarks_java_enums_srcjar', |
| 103 'type': 'none', | 103 'type': 'none', |
| 104 'variables': { | 104 'variables': { |
| 105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', | 105 'source_file': 'enhanced_bookmarks/enhanced_bookmark_utils.h', |
| 106 }, | 106 }, |
| 107 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 107 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 108 }, | 108 }, |
| 109 ], | 109 ], |
| 110 }, | 110 }, |
| 111 ], | 111 ], |
| 112 ], | 112 ], |
| 113 } | 113 } |
| OLD | NEW |