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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10984007: in-chrome viewer for metro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug code Created 8 years, 2 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 | Annotate | Revision Log
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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'browser/value_store/testing_value_store.cc', 2035 'browser/value_store/testing_value_store.cc',
2036 'browser/value_store/testing_value_store.h', 2036 'browser/value_store/testing_value_store.h',
2037 'browser/value_store/value_store_change.cc', 2037 'browser/value_store/value_store_change.cc',
2038 'browser/value_store/value_store_change.h', 2038 'browser/value_store/value_store_change.h',
2039 'browser/value_store/value_store_frontend.cc', 2039 'browser/value_store/value_store_frontend.cc',
2040 'browser/value_store/value_store_frontend.h', 2040 'browser/value_store/value_store_frontend.h',
2041 'browser/value_store/value_store.cc', 2041 'browser/value_store/value_store.cc',
2042 'browser/value_store/value_store.h', 2042 'browser/value_store/value_store.h',
2043 'browser/view_type_utils.cc', 2043 'browser/view_type_utils.cc',
2044 'browser/view_type_utils.h', 2044 'browser/view_type_utils.h',
2045 'browser/viewer/viewer_process_host.cc',
2046 'browser/viewer/viewer_process_host.h',
2045 'browser/visitedlink/visitedlink_event_listener.cc', 2047 'browser/visitedlink/visitedlink_event_listener.cc',
2046 'browser/visitedlink/visitedlink_event_listener.h', 2048 'browser/visitedlink/visitedlink_event_listener.h',
2047 'browser/visitedlink/visitedlink_master.cc', 2049 'browser/visitedlink/visitedlink_master.cc',
2048 'browser/visitedlink/visitedlink_master.h', 2050 'browser/visitedlink/visitedlink_master.h',
2049 'browser/web_applications/web_app.cc', 2051 'browser/web_applications/web_app.cc',
2050 'browser/web_applications/web_app.h', 2052 'browser/web_applications/web_app.h',
2051 'browser/web_applications/web_app_android.cc', 2053 'browser/web_applications/web_app_android.cc',
2052 'browser/web_applications/web_app_linux.cc', 2054 'browser/web_applications/web_app_linux.cc',
2053 'browser/web_applications/web_app_mac.h', 2055 'browser/web_applications/web_app_mac.h',
2054 'browser/web_applications/web_app_mac.mm', 2056 'browser/web_applications/web_app_mac.mm',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 'includes': [ '../build/jni_generator.gypi' ], 2843 'includes': [ '../build/jni_generator.gypi' ],
2842 'dependencies': [ 2844 'dependencies': [
2843 'android_jar_jni_headers', 2845 'android_jar_jni_headers',
2844 ], 2846 ],
2845 }, 2847 },
2846 ], 2848 ],
2847 }, 2849 },
2848 ], 2850 ],
2849 ], 2851 ],
2850 } 2852 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698