Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1074)

Side by Side Diff: components/ntp_tiles.gypi

Issue 2150313002: NTP: Fix metrics recording crash by plumbing the necessary data to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | components/ntp_tiles/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698