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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 '../third_party/npapi/npapi.gyp:npapi', | 67 '../third_party/npapi/npapi.gyp:npapi', |
68 '../third_party/re2/re2.gyp:re2', | 68 '../third_party/re2/re2.gyp:re2', |
69 '../third_party/zlib/zlib.gyp:zlib', | 69 '../third_party/zlib/zlib.gyp:zlib', |
70 '../ui/base/strings/ui_strings.gyp:ui_strings', | 70 '../ui/base/strings/ui_strings.gyp:ui_strings', |
71 '../ui/compositor/compositor.gyp:compositor', | 71 '../ui/compositor/compositor.gyp:compositor', |
72 '../ui/surface/surface.gyp:surface', | 72 '../ui/surface/surface.gyp:surface', |
73 '../ui/ui.gyp:ui', | 73 '../ui/ui.gyp:ui', |
74 '../ui/ui.gyp:ui_resources', | 74 '../ui/ui.gyp:ui_resources', |
75 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 75 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
76 '../v8/tools/gyp/v8.gyp:v8', | 76 '../v8/tools/gyp/v8.gyp:v8', |
77 '../webkit/support/webkit_support.gyp:database', | |
78 '../webkit/support/webkit_support.gyp:glue', | 77 '../webkit/support/webkit_support.gyp:glue', |
79 '../webkit/support/webkit_support.gyp:quota', | |
80 '../webkit/support/webkit_support.gyp:user_agent', | 78 '../webkit/support/webkit_support.gyp:user_agent', |
| 79 '../webkit/support/webkit_support.gyp:webkit_resources', |
81 '../webkit/support/webkit_support.gyp:webkit_storage', | 80 '../webkit/support/webkit_support.gyp:webkit_storage', |
82 '../webkit/support/webkit_support.gyp:webkit_resources', | |
83 ], | 81 ], |
84 'include_dirs': [ | 82 'include_dirs': [ |
85 '..', | 83 '..', |
86 '<(INTERMEDIATE_DIR)', | 84 '<(INTERMEDIATE_DIR)', |
87 # Needed by pepper_flash_component_installer.cc. | 85 # Needed by pepper_flash_component_installer.cc. |
88 '<(SHARED_INTERMEDIATE_DIR)', | 86 '<(SHARED_INTERMEDIATE_DIR)', |
89 ], | 87 ], |
90 'defines': [ | 88 'defines': [ |
91 '<@(nacl_defines)', | 89 '<@(nacl_defines)', |
92 ], | 90 ], |
(...skipping 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2711 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2709 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
2712 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2710 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
2713 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2711 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
2714 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2712 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
2715 ]} | 2713 ]} |
2716 ], | 2714 ], |
2717 ], | 2715 ], |
2718 }, | 2716 }, |
2719 ], | 2717 ], |
2720 } | 2718 } |
OLD | NEW |