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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'browser/android/chrome_startup_flags.cc', | 117 'browser/android/chrome_startup_flags.cc', |
118 'browser/android/chrome_startup_flags.h', | 118 'browser/android/chrome_startup_flags.h', |
119 'browser/android/devtools_server.cc', | 119 'browser/android/devtools_server.cc', |
120 'browser/android/devtools_server.h', | 120 'browser/android/devtools_server.h', |
121 'browser/android/intent_helper.cc', | 121 'browser/android/intent_helper.cc', |
122 'browser/android/intent_helper.h', | 122 'browser/android/intent_helper.h', |
123 'browser/android/process_utils.cc', | 123 'browser/android/process_utils.cc', |
124 'browser/android/process_utils.h', | 124 'browser/android/process_utils.h', |
125 'browser/android/tab_android.cc', | 125 'browser/android/tab_android.cc', |
126 'browser/android/tab_android.h', | 126 'browser/android/tab_android.h', |
| 127 'browser/api/infobars/confirm_infobar_delegate.cc', |
| 128 'browser/api/infobars/confirm_infobar_delegate.h', |
| 129 'browser/api/infobars/infobar_delegate.cc', |
| 130 'browser/api/infobars/infobar_delegate.h', |
| 131 'browser/api/infobars/link_infobar_delegate.cc', |
| 132 'browser/api/infobars/link_infobar_delegate.h', |
| 133 'browser/api/infobars/simple_alert_infobar_delegate.cc', |
| 134 'browser/api/infobars/simple_alert_infobar_delegate.h', |
127 'browser/app_controller_mac.h', | 135 'browser/app_controller_mac.h', |
128 'browser/app_controller_mac.mm', | 136 'browser/app_controller_mac.mm', |
129 'browser/app_icon_win.cc', | 137 'browser/app_icon_win.cc', |
130 'browser/app_icon_win.h', | 138 'browser/app_icon_win.h', |
131 'browser/autocomplete/autocomplete_classifier.cc', | 139 'browser/autocomplete/autocomplete_classifier.cc', |
132 'browser/autocomplete/autocomplete_classifier.h', | 140 'browser/autocomplete/autocomplete_classifier.h', |
133 'browser/autocomplete/autocomplete_classifier_factory.cc', | 141 'browser/autocomplete/autocomplete_classifier_factory.cc', |
134 'browser/autocomplete/autocomplete_classifier_factory.h', | 142 'browser/autocomplete/autocomplete_classifier_factory.h', |
135 'browser/autocomplete/autocomplete_controller.cc', | 143 'browser/autocomplete/autocomplete_controller.cc', |
136 'browser/autocomplete/autocomplete_controller.h', | 144 'browser/autocomplete/autocomplete_controller.h', |
(...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1342 'browser/importer/safari_importer.h', | 1350 'browser/importer/safari_importer.h', |
1343 'browser/importer/safari_importer.mm', | 1351 'browser/importer/safari_importer.mm', |
1344 'browser/importer/toolbar_importer.cc', | 1352 'browser/importer/toolbar_importer.cc', |
1345 'browser/importer/toolbar_importer.h', | 1353 'browser/importer/toolbar_importer.h', |
1346 'browser/importer/toolbar_importer_utils.cc', | 1354 'browser/importer/toolbar_importer_utils.cc', |
1347 'browser/importer/toolbar_importer_utils.h', | 1355 'browser/importer/toolbar_importer_utils.h', |
1348 'browser/infobars/infobar.cc', | 1356 'browser/infobars/infobar.cc', |
1349 'browser/infobars/infobar.h', | 1357 'browser/infobars/infobar.h', |
1350 'browser/infobars/infobar_container.cc', | 1358 'browser/infobars/infobar_container.cc', |
1351 'browser/infobars/infobar_container.h', | 1359 'browser/infobars/infobar_container.h', |
1352 'browser/infobars/infobar_delegate.cc', | |
1353 'browser/infobars/infobar_delegate.h', | |
1354 'browser/infobars/infobar_tab_helper.cc', | 1360 'browser/infobars/infobar_tab_helper.cc', |
1355 'browser/infobars/infobar_tab_helper.h', | 1361 'browser/infobars/infobar_tab_helper.h', |
| 1362 'browser/infobars/insecure_content_infobar_delegate.cc', |
| 1363 'browser/infobars/insecure_content_infobar_delegate.h', |
1356 'browser/instant/instant_commit_type.h', | 1364 'browser/instant/instant_commit_type.h', |
1357 'browser/instant/instant_controller.cc', | 1365 'browser/instant/instant_controller.cc', |
1358 'browser/instant/instant_controller.h', | 1366 'browser/instant/instant_controller.h', |
1359 'browser/instant/instant_controller_delegate.h', | 1367 'browser/instant/instant_controller_delegate.h', |
1360 'browser/instant/instant_loader.cc', | 1368 'browser/instant/instant_loader.cc', |
1361 'browser/instant/instant_loader.h', | 1369 'browser/instant/instant_loader.h', |
1362 'browser/instant/instant_loader_delegate.h', | 1370 'browser/instant/instant_loader_delegate.h', |
1363 'browser/instant/instant_unload_handler.cc', | 1371 'browser/instant/instant_unload_handler.cc', |
1364 'browser/instant/instant_unload_handler.h', | 1372 'browser/instant/instant_unload_handler.h', |
1365 'browser/intents/api_key.cc', | 1373 'browser/intents/api_key.cc', |
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2346 'browser/sync/sync_global_error.h', | 2354 'browser/sync/sync_global_error.h', |
2347 'browser/sync/sync_prefs.cc', | 2355 'browser/sync/sync_prefs.cc', |
2348 'browser/sync/sync_prefs.h', | 2356 'browser/sync/sync_prefs.h', |
2349 'browser/sync/sync_ui_util.cc', | 2357 'browser/sync/sync_ui_util.cc', |
2350 'browser/sync/sync_ui_util.h', | 2358 'browser/sync/sync_ui_util.h', |
2351 'browser/sync/sync_ui_util_mac.h', | 2359 'browser/sync/sync_ui_util_mac.h', |
2352 'browser/sync/sync_ui_util_mac.mm', | 2360 'browser/sync/sync_ui_util_mac.mm', |
2353 'browser/sync/user_selectable_sync_type.h', | 2361 'browser/sync/user_selectable_sync_type.h', |
2354 'browser/tab_contents/background_contents.cc', | 2362 'browser/tab_contents/background_contents.cc', |
2355 'browser/tab_contents/background_contents.h', | 2363 'browser/tab_contents/background_contents.h', |
2356 'browser/tab_contents/confirm_infobar_delegate.cc', | |
2357 'browser/tab_contents/confirm_infobar_delegate.h', | |
2358 'browser/tab_contents/insecure_content_infobar_delegate.cc', | |
2359 'browser/tab_contents/insecure_content_infobar_delegate.h', | |
2360 'browser/tab_contents/language_state.cc', | 2364 'browser/tab_contents/language_state.cc', |
2361 'browser/tab_contents/language_state.h', | 2365 'browser/tab_contents/language_state.h', |
2362 'browser/tab_contents/link_infobar_delegate.cc', | |
2363 'browser/tab_contents/link_infobar_delegate.h', | |
2364 'browser/tab_contents/navigation_metrics_recorder.cc', | 2366 'browser/tab_contents/navigation_metrics_recorder.cc', |
2365 'browser/tab_contents/navigation_metrics_recorder.h', | 2367 'browser/tab_contents/navigation_metrics_recorder.h', |
2366 'browser/tab_contents/simple_alert_infobar_delegate.cc', | |
2367 'browser/tab_contents/simple_alert_infobar_delegate.h', | |
2368 'browser/tab_contents/render_view_context_menu.cc', | 2368 'browser/tab_contents/render_view_context_menu.cc', |
2369 'browser/tab_contents/render_view_context_menu.h', | 2369 'browser/tab_contents/render_view_context_menu.h', |
2370 'browser/tab_contents/render_view_context_menu_observer.cc', | 2370 'browser/tab_contents/render_view_context_menu_observer.cc', |
2371 'browser/tab_contents/render_view_context_menu_observer.h', | 2371 'browser/tab_contents/render_view_context_menu_observer.h', |
2372 'browser/tab_contents/retargeting_details.h', | 2372 'browser/tab_contents/retargeting_details.h', |
2373 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2373 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2374 'browser/tab_contents/tab_contents_ssl_helper.h', | 2374 'browser/tab_contents/tab_contents_ssl_helper.h', |
2375 'browser/tab_contents/tab_util.cc', | 2375 'browser/tab_contents/tab_util.cc', |
2376 'browser/tab_contents/tab_util.h', | 2376 'browser/tab_contents/tab_util.h', |
2377 'browser/tab_contents/thumbnail_generator.cc', | 2377 'browser/tab_contents/thumbnail_generator.cc', |
(...skipping 3170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5548 'includes': [ '../build/jni_generator.gypi' ], | 5548 'includes': [ '../build/jni_generator.gypi' ], |
5549 'dependencies': [ | 5549 'dependencies': [ |
5550 'android_jar_jni_headers', | 5550 'android_jar_jni_headers', |
5551 ], | 5551 ], |
5552 }, | 5552 }, |
5553 ], | 5553 ], |
5554 }, | 5554 }, |
5555 ], | 5555 ], |
5556 ], | 5556 ], |
5557 } | 5557 } |
OLD | NEW |