OLD | NEW |
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 # * code below browser/extensions | 97 # * code below browser/extensions |
98 'browser/about_flags.cc', | 98 'browser/about_flags.cc', |
99 'browser/about_flags.h', | 99 'browser/about_flags.h', |
100 'browser/about_flags_android.cc', | 100 'browser/about_flags_android.cc', |
101 'browser/accessibility/accessibility_extension_api_constants.cc', | 101 'browser/accessibility/accessibility_extension_api_constants.cc', |
102 'browser/accessibility/accessibility_extension_api_constants.h', | 102 'browser/accessibility/accessibility_extension_api_constants.h', |
103 'browser/accessibility/accessibility_events.cc', | 103 'browser/accessibility/accessibility_events.cc', |
104 'browser/accessibility/accessibility_events.h', | 104 'browser/accessibility/accessibility_events.h', |
105 'browser/accessibility/invert_bubble_prefs.cc', | 105 'browser/accessibility/invert_bubble_prefs.cc', |
106 'browser/accessibility/invert_bubble_prefs.h', | 106 'browser/accessibility/invert_bubble_prefs.h', |
| 107 'browser/alternate_nav_url_fetcher.cc', |
| 108 'browser/alternate_nav_url_fetcher.h', |
107 'browser/android/chrome_startup_flags.cc', | 109 'browser/android/chrome_startup_flags.cc', |
108 'browser/android/chrome_startup_flags.h', | 110 'browser/android/chrome_startup_flags.h', |
| 111 'browser/android/intent_helper.cc', |
| 112 'browser/android/intent_helper.h', |
109 'browser/android/process_utils.cc', | 113 'browser/android/process_utils.cc', |
110 'browser/android/process_utils.h', | 114 'browser/android/process_utils.h', |
111 'browser/android/tab_android.cc', | 115 'browser/android/tab_android.cc', |
112 'browser/android/tab_android.h', | 116 'browser/android/tab_android.h', |
113 'browser/alternate_nav_url_fetcher.cc', | |
114 'browser/alternate_nav_url_fetcher.h', | |
115 'browser/app_controller_mac.h', | 117 'browser/app_controller_mac.h', |
116 'browser/app_controller_mac.mm', | 118 'browser/app_controller_mac.mm', |
117 'browser/app_icon_win.cc', | 119 'browser/app_icon_win.cc', |
118 'browser/app_icon_win.h', | 120 'browser/app_icon_win.h', |
119 'browser/autocomplete/autocomplete_classifier.cc', | 121 'browser/autocomplete/autocomplete_classifier.cc', |
120 'browser/autocomplete/autocomplete_classifier.h', | 122 'browser/autocomplete/autocomplete_classifier.h', |
121 'browser/autocomplete/autocomplete_classifier_factory.cc', | 123 'browser/autocomplete/autocomplete_classifier_factory.cc', |
122 'browser/autocomplete/autocomplete_classifier_factory.h', | 124 'browser/autocomplete/autocomplete_classifier_factory.h', |
123 'browser/autocomplete/autocomplete_controller.cc', | 125 'browser/autocomplete/autocomplete_controller.cc', |
124 'browser/autocomplete/autocomplete_controller.h', | 126 'browser/autocomplete/autocomplete_controller.h', |
(...skipping 5335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5460 'includes': [ '../build/protoc.gypi' ] | 5462 'includes': [ '../build/protoc.gypi' ] |
5461 }, | 5463 }, |
5462 ], | 5464 ], |
5463 'conditions': [ | 5465 'conditions': [ |
5464 ['OS == "android"', { | 5466 ['OS == "android"', { |
5465 'targets': [ | 5467 'targets': [ |
5466 { | 5468 { |
5467 'target_name': 'chrome_browser_jni_headers', | 5469 'target_name': 'chrome_browser_jni_headers', |
5468 'type': 'none', | 5470 'type': 'none', |
5469 'sources': [ | 5471 'sources': [ |
| 5472 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', |
5470 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', | 5473 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', |
5471 ], | 5474 ], |
5472 'variables': { | 5475 'variables': { |
5473 'jni_gen_dir': 'chrome', | 5476 'jni_gen_dir': 'chrome', |
5474 }, | 5477 }, |
5475 'includes': [ '../build/jni_generator.gypi' ], | 5478 'includes': [ '../build/jni_generator.gypi' ], |
5476 }, | 5479 }, |
5477 ], | 5480 ], |
5478 }, | 5481 }, |
5479 ], | 5482 ], |
5480 ], | 5483 ], |
5481 } | 5484 } |
OLD | NEW |