| 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 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2091 'browser_extensions', | 2091 'browser_extensions', |
| 2092 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2092 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2093 'common/extensions/api/api.gyp:api', | 2093 'common/extensions/api/api.gyp:api', |
| 2094 'debugger', | 2094 'debugger', |
| 2095 'installer_util', | 2095 'installer_util', |
| 2096 '../device/device.gyp:device_bluetooth', | 2096 '../device/device.gyp:device_bluetooth', |
| 2097 '../net/net.gyp:net_with_v8', | 2097 '../net/net.gyp:net_with_v8', |
| 2098 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 2098 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 2099 '../printing/printing.gyp:printing', | 2099 '../printing/printing.gyp:printing', |
| 2100 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2100 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2101 '../third_party/cld/cld.gyp:cld', | |
| 2102 '../third_party/expat/expat.gyp:expat', | 2101 '../third_party/expat/expat.gyp:expat', |
| 2103 '../third_party/hunspell/hunspell.gyp:hunspell', | 2102 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2104 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2103 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2105 '../third_party/libjingle/libjingle.gyp:libjingle', | 2104 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2106 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2105 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2107 '../third_party/npapi/npapi.gyp:npapi', | 2106 '../third_party/npapi/npapi.gyp:npapi', |
| 2108 '../third_party/re2/re2.gyp:re2', | 2107 '../third_party/re2/re2.gyp:re2', |
| 2109 '../ui/compositor/compositor.gyp:compositor', | 2108 '../ui/compositor/compositor.gyp:compositor', |
| 2110 '../ui/surface/surface.gyp:surface', | 2109 '../ui/surface/surface.gyp:surface', |
| 2111 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2110 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2732 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2731 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2733 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2732 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2734 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2733 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2735 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2734 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2736 ]} | 2735 ]} |
| 2737 ], | 2736 ], |
| 2738 ], | 2737 ], |
| 2739 }, | 2738 }, |
| 2740 ], | 2739 ], |
| 2741 } | 2740 } |
| OLD | NEW |