| 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 29 matching lines...) Expand all Loading... |
| 40 ], | 40 ], |
| 41 | 41 |
| 42 'conditions': [ | 42 'conditions': [ |
| 43 ['OS == "android"', { | 43 ['OS == "android"', { |
| 44 'targets': [ | 44 'targets': [ |
| 45 { | 45 { |
| 46 # GN: //components/ntp_tiles:ntp_tiles_enums_java | 46 # GN: //components/ntp_tiles:ntp_tiles_enums_java |
| 47 'target_name': 'ntp_tiles_enums_java', | 47 'target_name': 'ntp_tiles_enums_java', |
| 48 'type': 'none', | 48 'type': 'none', |
| 49 'variables': { | 49 'variables': { |
| 50 'source_file': 'ntp_tiles/most_visited_sites.cc', | 50 'source_file': 'ntp_tiles/most_visited_sites.h', |
| 51 }, | 51 }, |
| 52 'includes': [ | 52 'includes': [ |
| 53 '../build/android/java_cpp_enum.gypi' | 53 '../build/android/java_cpp_enum.gypi' |
| 54 ], | 54 ], |
| 55 }, | 55 }, |
| 56 ], | 56 ], |
| 57 }], | 57 }], |
| 58 ], | 58 ], |
| 59 } | 59 } |
| OLD | NEW |