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

Side by Side Diff: components/ntp_tiles.gypi

Issue 2105933002: NTP: Fix metrics recording crash by plumbing the necessary data to Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address treib@ comments. 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 29 matching lines...) Expand all
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 }
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