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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10832080: Upstream session_backend_android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4909 matching lines...) Expand 10 before | Expand all | Expand 10 after
4920 'browser/sync/sync_global_error.h', 4920 'browser/sync/sync_global_error.h',
4921 4921
4922 # There's no Browser/BrowserList on Android. 4922 # There's no Browser/BrowserList on Android.
4923 'browser/download/download_crx_util.cc', 4923 'browser/download/download_crx_util.cc',
4924 'browser/lifetime/application_lifetime_stub.cc', 4924 'browser/lifetime/application_lifetime_stub.cc',
4925 'browser/managed_mode.cc', 4925 'browser/managed_mode.cc',
4926 'browser/managed_mode.h', 4926 'browser/managed_mode.h',
4927 'browser/net/gaia/gaia_oauth_fetcher.cc', 4927 'browser/net/gaia/gaia_oauth_fetcher.cc',
4928 'browser/page_cycler/page_cycler.cc', 4928 'browser/page_cycler/page_cycler.cc',
4929 'browser/page_cycler/page_cycler.h', 4929 'browser/page_cycler/page_cycler.h',
4930 'browser/sessions/session_backend.cc',
4930 'browser/ui/browser.cc', 4931 'browser/ui/browser.cc',
4931 'browser/ui/browser_finder.cc', 4932 'browser/ui/browser_finder.cc',
4932 'browser/ui/browser_list.cc', 4933 'browser/ui/browser_list.cc',
4933 'browser/ui/browser_navigator.cc', 4934 'browser/ui/browser_navigator.cc',
4934 'browser/ui/browser_otr_state.cc', 4935 'browser/ui/browser_otr_state.cc',
4935 'browser/ui/browser_tab_restore_service_delegate.cc', 4936 'browser/ui/browser_tab_restore_service_delegate.cc',
4936 'browser/ui/browser_tabstrip.cc', 4937 'browser/ui/browser_tabstrip.cc',
4937 'browser/ui/browser_tabstrip.h', 4938 'browser/ui/browser_tabstrip.h',
4938 'browser/ui/chrome_pages.cc', 4939 'browser/ui/chrome_pages.cc',
4939 'browser/ui/chrome_pages.h', 4940 'browser/ui/chrome_pages.h',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
5486 'variables': { 5487 'variables': {
5487 'jni_gen_dir': 'chrome', 5488 'jni_gen_dir': 'chrome',
5488 }, 5489 },
5489 'includes': [ '../build/jni_generator.gypi' ], 5490 'includes': [ '../build/jni_generator.gypi' ],
5490 }, 5491 },
5491 ], 5492 ],
5492 }, 5493 },
5493 ], 5494 ],
5494 ], 5495 ],
5495 } 5496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698