Chromium Code Reviews| 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_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2299 'sources/': [ | 2299 'sources/': [ |
| 2300 ['exclude', '^browser/ui/webui/print_preview/'], | 2300 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2301 ], | 2301 ], |
| 2302 }], | 2302 }], |
| 2303 ['OS=="android"', { | 2303 ['OS=="android"', { |
| 2304 'dependencies': [ | 2304 'dependencies': [ |
| 2305 'browser/component/components.gyp:web_contents_delegate_android', | 2305 'browser/component/components.gyp:web_contents_delegate_android', |
| 2306 'chrome_browser_jni_headers', | 2306 'chrome_browser_jni_headers', |
| 2307 ], | 2307 ], |
| 2308 'sources': [ | 2308 'sources': [ |
| 2309 'browser/ui/android/android_about_app_info.cc', | |
|
sky
2012/09/21 23:20:26
Move these to 'sources' above.
nilesh
2012/09/21 23:25:16
In that case, I need to rename this to about_app_i
nilesh
2012/09/21 23:34:43
Done.
| |
| 2310 'browser/ui/android/android_about_app_info.h', | |
| 2309 'browser/ui/find_bar/find_match_rects_details.cc', | 2311 'browser/ui/find_bar/find_match_rects_details.cc', |
| 2310 'browser/ui/find_bar/find_match_rects_details.h', | 2312 'browser/ui/find_bar/find_match_rects_details.h', |
| 2311 'browser/ui/webui/ntp/android/bookmarks_handler.cc', | 2313 'browser/ui/webui/ntp/android/bookmarks_handler.cc', |
| 2312 'browser/ui/webui/ntp/android/bookmarks_handler.h', | 2314 'browser/ui/webui/ntp/android/bookmarks_handler.h', |
| 2313 'browser/ui/webui/ntp/android/context_menu_handler.cc', | 2315 'browser/ui/webui/ntp/android/context_menu_handler.cc', |
| 2314 'browser/ui/webui/ntp/android/context_menu_handler.h', | 2316 'browser/ui/webui/ntp/android/context_menu_handler.h', |
| 2315 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', | 2317 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', |
| 2316 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', | 2318 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', |
| 2317 'browser/ui/webui/ntp/android/promo_handler.cc', | 2319 'browser/ui/webui/ntp/android/promo_handler.cc', |
| 2318 'browser/ui/webui/ntp/android/promo_handler.h', | 2320 'browser/ui/webui/ntp/android/promo_handler.h', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2610 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2612 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2611 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2613 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2612 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], | 2614 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], |
| 2613 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], | 2615 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], |
| 2614 ]} | 2616 ]} |
| 2615 ], | 2617 ], |
| 2616 ], | 2618 ], |
| 2617 }, | 2619 }, |
| 2618 ], | 2620 ], |
| 2619 } | 2621 } |
| OLD | NEW |