| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 version: //components/ntp_tiles | 8 # GN version: //components/ntp_tiles |
| 9 'target_name': 'ntp_tiles', | 9 'target_name': 'ntp_tiles', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 ], | 42 ], |
| 43 | 43 |
| 44 'conditions': [ | 44 'conditions': [ |
| 45 ['OS == "android"', { | 45 ['OS == "android"', { |
| 46 'targets': [ | 46 'targets': [ |
| 47 { | 47 { |
| 48 # GN: //components/ntp_tiles:ntp_tiles_enums_java | 48 # GN: //components/ntp_tiles:ntp_tiles_enums_java |
| 49 'target_name': 'ntp_tiles_enums_java', | 49 'target_name': 'ntp_tiles_enums_java', |
| 50 'type': 'none', | 50 'type': 'none', |
| 51 'variables': { | 51 'variables': { |
| 52 'source_file': 'ntp_tiles/most_visited_sites.cc', | 52 'source_file': 'ntp_tiles/most_visited_sites.h', |
| 53 }, | 53 }, |
| 54 'includes': [ | 54 'includes': [ |
| 55 '../build/android/java_cpp_enum.gypi' | 55 '../build/android/java_cpp_enum.gypi' |
| 56 ], | 56 ], |
| 57 }, | 57 }, |
| 58 ], | 58 ], |
| 59 }], | 59 }], |
| 60 ], | 60 ], |
| 61 } | 61 } |
| OLD | NEW |