| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 '../ui/ui.gyp:ui', | 71 '../ui/ui.gyp:ui', |
| 72 '../ui/ui.gyp:ui_resources', | 72 '../ui/ui.gyp:ui_resources', |
| 73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 74 '../v8/tools/gyp/v8.gyp:v8', | 74 '../v8/tools/gyp/v8.gyp:v8', |
| 75 '../webkit/support/webkit_support.gyp:appcache', | 75 '../webkit/support/webkit_support.gyp:appcache', |
| 76 '../webkit/support/webkit_support.gyp:blob', | 76 '../webkit/support/webkit_support.gyp:blob', |
| 77 '../webkit/support/webkit_support.gyp:database', | 77 '../webkit/support/webkit_support.gyp:database', |
| 78 '../webkit/support/webkit_support.gyp:fileapi', | 78 '../webkit/support/webkit_support.gyp:fileapi', |
| 79 '../webkit/support/webkit_support.gyp:glue', | 79 '../webkit/support/webkit_support.gyp:glue', |
| 80 '../webkit/support/webkit_support.gyp:quota', | 80 '../webkit/support/webkit_support.gyp:quota', |
| 81 '../webkit/support/webkit_support.gyp:user_agent', |
| 81 '../webkit/support/webkit_support.gyp:webkit_resources', | 82 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 82 '../webkit/support/webkit_support.gyp:webkit_user_agent', | |
| 83 ], | 83 ], |
| 84 'include_dirs': [ | 84 'include_dirs': [ |
| 85 '..', | 85 '..', |
| 86 '<(INTERMEDIATE_DIR)', | 86 '<(INTERMEDIATE_DIR)', |
| 87 # Needed by pepper_flash_component_installer.cc. | 87 # Needed by pepper_flash_component_installer.cc. |
| 88 '<(SHARED_INTERMEDIATE_DIR)', | 88 '<(SHARED_INTERMEDIATE_DIR)', |
| 89 ], | 89 ], |
| 90 'defines': [ | 90 'defines': [ |
| 91 '<@(nacl_defines)', | 91 '<@(nacl_defines)', |
| 92 ], | 92 ], |
| (...skipping 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2638 ]} | 2638 ]} |
| 2639 ], | 2639 ], |
| 2640 ], | 2640 ], |
| 2641 }, | 2641 }, |
| 2642 ], | 2642 ], |
| 2643 } | 2643 } |
| OLD | NEW |