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

Side by Side Diff: chrome/android/chrome_apk.gyp

Issue 1539043002: Pull SecurityStateModel out into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'includes': [ 5 'includes': [
6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso urces. 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso urces.
7 '../../build/util/version.gypi' 7 '../../build/util/version.gypi'
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }, 286 },
287 'dependencies': [ 287 'dependencies': [
288 '../../base/base.gyp:base_java', 288 '../../base/base.gyp:base_java',
289 '../../base/base.gyp:base_java_test_support', 289 '../../base/base.gyp:base_java_test_support',
290 '../../chrome/chrome.gyp:chrome_java', 290 '../../chrome/chrome.gyp:chrome_java',
291 '../../chrome/chrome.gyp:chrome_java_test_support', 291 '../../chrome/chrome.gyp:chrome_java_test_support',
292 '../../components/components.gyp:invalidation_javatests', 292 '../../components/components.gyp:invalidation_javatests',
293 '../../components/components.gyp:gcm_driver_java', 293 '../../components/components.gyp:gcm_driver_java',
294 '../../components/components.gyp:offline_pages_enums_java', 294 '../../components/components.gyp:offline_pages_enums_java',
295 '../../components/components.gyp:precache_javatests', 295 '../../components/components.gyp:precache_javatests',
296 '../../components/components.gyp:security_state_enums_java',
296 '../../components/components.gyp:web_contents_delegate_android_java', 297 '../../components/components.gyp:web_contents_delegate_android_java',
297 '../../content/content_shell_and_tests.gyp:content_java_test_support', 298 '../../content/content_shell_and_tests.gyp:content_java_test_support',
298 '../../net/net.gyp:net_java', 299 '../../net/net.gyp:net_java',
299 '../../net/net.gyp:net_java_test_support', 300 '../../net/net.gyp:net_java_test_support',
300 '../../sync/sync.gyp:sync_java_test_support', 301 '../../sync/sync.gyp:sync_java_test_support',
301 '../../third_party/android_tools/android_tools.gyp:android_support_v7_ap pcompat_javalib', 302 '../../third_party/android_tools/android_tools.gyp:android_support_v7_ap pcompat_javalib',
302 '../../third_party/android_tools/android_tools.gyp:google_play_services_ javalib', 303 '../../third_party/android_tools/android_tools.gyp:google_play_services_ javalib',
303 '../../ui/android/ui_android.gyp:ui_javatests', 304 '../../ui/android/ui_android.gyp:ui_javatests',
304 ], 305 ],
305 'includes': [ '../../build/java.gypi' ], 306 'includes': [ '../../build/java.gypi' ],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 } 422 }
422 ], 423 ],
423 ], 424 ],
424 } 425 }
425 426
426 # Local Variables: 427 # Local Variables:
427 # tab-width:2 428 # tab-width:2
428 # indent-tabs-mode:nil 429 # indent-tabs-mode:nil
429 # End: 430 # End:
430 # vim: set expandtab tabstop=2 shiftwidth=2: 431 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabObserver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698