| 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 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2488 'browser/ui/app_modal_dialogs/app_modal_dialog.h', | 2488 'browser/ui/app_modal_dialogs/app_modal_dialog.h', |
| 2489 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 2489 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
| 2490 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 2490 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
| 2491 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 2491 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
| 2492 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 2492 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
| 2493 'browser/ui/app_modal_dialogs/javascript_dialog_creator.cc', | 2493 'browser/ui/app_modal_dialogs/javascript_dialog_creator.cc', |
| 2494 'browser/ui/app_modal_dialogs/javascript_dialog_creator.h', | 2494 'browser/ui/app_modal_dialogs/javascript_dialog_creator.h', |
| 2495 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 2495 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 2496 'browser/ui/ash/ash_init.cc', | 2496 'browser/ui/ash/ash_init.cc', |
| 2497 'browser/ui/ash/ash_init.h', | 2497 'browser/ui/ash/ash_init.h', |
| 2498 'browser/ui/ash/app_list/app_list_controller.h', | |
| 2499 'browser/ui/ash/app_list/app_list_controller_ash.h', | 2498 'browser/ui/ash/app_list/app_list_controller_ash.h', |
| 2500 'browser/ui/ash/app_list/app_list_controller_ash.cc', | 2499 'browser/ui/ash/app_list/app_list_controller_ash.cc', |
| 2501 'browser/ui/ash/app_list/app_list_view_delegate.cc', | |
| 2502 'browser/ui/ash/app_list/app_list_view_delegate.h', | |
| 2503 'browser/ui/ash/app_list/apps_model_builder.cc', | |
| 2504 'browser/ui/ash/app_list/apps_model_builder.h', | |
| 2505 'browser/ui/ash/app_list/chrome_app_list_item.h', | |
| 2506 'browser/ui/ash/app_list/extension_app_item.cc', | |
| 2507 'browser/ui/ash/app_list/extension_app_item.h', | |
| 2508 'browser/ui/ash/app_list/search_builder.cc', | |
| 2509 'browser/ui/ash/app_list/search_builder.h', | |
| 2510 'browser/ui/ash/ash_util.cc', | 2500 'browser/ui/ash/ash_util.cc', |
| 2511 'browser/ui/ash/ash_util.h', | 2501 'browser/ui/ash/ash_util.h', |
| 2512 'browser/ui/ash/caps_lock_handler.cc', | 2502 'browser/ui/ash/caps_lock_handler.cc', |
| 2513 'browser/ui/ash/caps_lock_handler.h', | 2503 'browser/ui/ash/caps_lock_handler.h', |
| 2514 'browser/ui/ash/brightness_controller_chromeos.cc', | 2504 'browser/ui/ash/brightness_controller_chromeos.cc', |
| 2515 'browser/ui/ash/brightness_controller_chromeos.h', | 2505 'browser/ui/ash/brightness_controller_chromeos.h', |
| 2516 'browser/ui/ash/chrome_launcher_prefs.cc', | 2506 'browser/ui/ash/chrome_launcher_prefs.cc', |
| 2517 'browser/ui/ash/chrome_launcher_prefs.h', | 2507 'browser/ui/ash/chrome_launcher_prefs.h', |
| 2518 'browser/ui/ash/chrome_shell_delegate.cc', | 2508 'browser/ui/ash/chrome_shell_delegate.cc', |
| 2519 'browser/ui/ash/chrome_shell_delegate.h', | 2509 'browser/ui/ash/chrome_shell_delegate.h', |
| (...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4752 'browser/ui/gtk/gconf_titlebar_listener.h', | 4742 'browser/ui/gtk/gconf_titlebar_listener.h', |
| 4753 ], | 4743 ], |
| 4754 }], | 4744 }], |
| 4755 ['use_gnome_keyring==0', { | 4745 ['use_gnome_keyring==0', { |
| 4756 'sources!': [ | 4746 'sources!': [ |
| 4757 'browser/password_manager/native_backend_gnome_x.cc', | 4747 'browser/password_manager/native_backend_gnome_x.cc', |
| 4758 'browser/password_manager/native_backend_gnome_x.h', | 4748 'browser/password_manager/native_backend_gnome_x.h', |
| 4759 ], | 4749 ], |
| 4760 }], | 4750 }], |
| 4761 ['use_ash==1', { | 4751 ['use_ash==1', { |
| 4752 'sources': [ |
| 4753 'browser/ui/app_list/app_list_controller.h', |
| 4754 'browser/ui/app_list/app_list_view_delegate.cc', |
| 4755 'browser/ui/app_list/app_list_view_delegate.h', |
| 4756 'browser/ui/app_list/apps_model_builder.cc', |
| 4757 'browser/ui/app_list/apps_model_builder.h', |
| 4758 'browser/ui/app_list/chrome_app_list_item.h', |
| 4759 'browser/ui/app_list/extension_app_item.cc', |
| 4760 'browser/ui/app_list/extension_app_item.h', |
| 4761 'browser/ui/app_list/search_builder.cc', |
| 4762 'browser/ui/app_list/search_builder.h', |
| 4763 ], |
| 4762 'dependencies': [ | 4764 'dependencies': [ |
| 4763 '../ash/ash.gyp:ash', | 4765 '../ash/ash.gyp:ash', |
| 4764 '../ash/ash_strings.gyp:ash_strings', | 4766 '../ash/ash_strings.gyp:ash_strings', |
| 4765 '../ui/app_list/app_list.gyp:app_list', | 4767 '../ui/app_list/app_list.gyp:app_list', |
| 4766 ], | 4768 ], |
| 4767 }], | 4769 }], |
| 4768 ['use_aura==1 and use_ash==0 and OS=="linux"', { | 4770 ['use_aura==1 and use_ash==0 and OS=="linux"', { |
| 4769 'dependencies': [ | 4771 'dependencies': [ |
| 4770 # gtk2 is the only component that can interact with gtk2 in our new | 4772 # gtk2 is the only component that can interact with gtk2 in our new |
| 4771 # world. | 4773 # world. |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5647 'includes': [ '../build/jni_generator.gypi' ], | 5649 'includes': [ '../build/jni_generator.gypi' ], |
| 5648 'dependencies': [ | 5650 'dependencies': [ |
| 5649 'android_jar_jni_headers', | 5651 'android_jar_jni_headers', |
| 5650 ], | 5652 ], |
| 5651 }, | 5653 }, |
| 5652 ], | 5654 ], |
| 5653 }, | 5655 }, |
| 5654 ], | 5656 ], |
| 5655 ], | 5657 ], |
| 5656 } | 5658 } |
| OLD | NEW |