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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1864053002: Implement Android UI of web notification inline replies Base URL: https://chromium.googlesource.com/chromium/src.git@inline_replies_ps1
Patch Set: Fix filename? Created 4 years, 8 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 4116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 { 4127 {
4128 # GN: //chrome/android:chrome_android_java_enums_srcjar 4128 # GN: //chrome/android:chrome_android_java_enums_srcjar
4129 'target_name': 'shortcut_source_java', 4129 'target_name': 'shortcut_source_java',
4130 'type': 'none', 4130 'type': 'none',
4131 'variables': { 4131 'variables': {
4132 'source_file': 'browser/android/shortcut_info.h', 4132 'source_file': 'browser/android/shortcut_info.h',
4133 }, 4133 },
4134 'includes': [ '../build/android/java_cpp_enum.gypi' ], 4134 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4135 }, 4135 },
4136 { 4136 {
4137 # GN: //chrome/android:chrome_android_java_enums_srcjar
4138 'target_name': 'button_info_type_java',
4139 'type': 'none',
4140 'variables': {
4141 'source_file': '../ui/message_center/notification.h',
Michael van Ouwerkerk 2016/04/07 14:19:20 I do doubt whether you're meant to include sources
4142 },
4143 'includes': [ '../build/android/java_cpp_enum.gypi' ],
4144 },
4145 {
4137 #GN: //chrome/browser:client_discourse_context_proto 4146 #GN: //chrome/browser:client_discourse_context_proto
4138 'target_name': 'client_discourse_context_proto', 4147 'target_name': 'client_discourse_context_proto',
4139 'type': 'static_library', 4148 'type': 'static_library',
4140 'sources': ['browser/android/proto/client_discourse_context.proto' ], 4149 'sources': ['browser/android/proto/client_discourse_context.proto' ],
4141 'variables': { 4150 'variables': {
4142 'proto_in_dir': 'browser/android/proto', 4151 'proto_in_dir': 'browser/android/proto',
4143 'proto_out_dir': 'chrome/browser/android/proto', 4152 'proto_out_dir': 'chrome/browser/android/proto',
4144 }, 4153 },
4145 'includes': [ '../build/protoc.gypi', ], 4154 'includes': [ '../build/protoc.gypi', ],
4146 }, 4155 },
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 '../components/components.gyp:rlz', 4213 '../components/components.gyp:rlz',
4205 '../components/components.gyp:search_engines', 4214 '../components/components.gyp:search_engines',
4206 '../rlz/rlz.gyp:rlz_lib', 4215 '../rlz/rlz.gyp:rlz_lib',
4207 'common', 4216 'common',
4208 ], 4217 ],
4209 }, 4218 },
4210 ], 4219 ],
4211 }], 4220 }],
4212 ], 4221 ],
4213 } 4222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698