OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3273 '../third_party/zlib/google/zip.gyp:compression_utils', | 3273 '../third_party/zlib/google/zip.gyp:compression_utils', |
3274 '../third_party/zlib/google/zip.gyp:zip', | 3274 '../third_party/zlib/google/zip.gyp:zip', |
3275 '../third_party/zlib/zlib.gyp:minizip', | 3275 '../third_party/zlib/zlib.gyp:minizip', |
3276 '../third_party/zlib/zlib.gyp:zlib', | 3276 '../third_party/zlib/zlib.gyp:zlib', |
3277 '../ui/base/ui_base.gyp:ui_base', | 3277 '../ui/base/ui_base.gyp:ui_base', |
3278 '../ui/base/ui_base.gyp:ui_data_pack', | 3278 '../ui/base/ui_base.gyp:ui_data_pack', |
3279 '../ui/events/events.gyp:events_base', | 3279 '../ui/events/events.gyp:events_base', |
3280 '../ui/gfx/gfx.gyp:gfx', | 3280 '../ui/gfx/gfx.gyp:gfx', |
3281 '../ui/gfx/gfx.gyp:gfx_geometry', | 3281 '../ui/gfx/gfx.gyp:gfx_geometry', |
3282 '../ui/gfx/gfx.gyp:gfx_range', | 3282 '../ui/gfx/gfx.gyp:gfx_range', |
| 3283 '../ui/latency_info/latency_info.gyp:latency_info', |
3283 '../ui/message_center/message_center.gyp:message_center', | 3284 '../ui/message_center/message_center.gyp:message_center', |
3284 '../ui/resources/ui_resources.gyp:ui_resources', | 3285 '../ui/resources/ui_resources.gyp:ui_resources', |
3285 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 3286 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
3286 '../ui/strings/ui_strings.gyp:ui_strings', | 3287 '../ui/strings/ui_strings.gyp:ui_strings', |
3287 ], | 3288 ], |
3288 'include_dirs': [ | 3289 'include_dirs': [ |
3289 '..', | 3290 '..', |
3290 '<(INTERMEDIATE_DIR)', | 3291 '<(INTERMEDIATE_DIR)', |
3291 # Needed by chrome_content_renderer_client.cc. & | 3292 # Needed by chrome_content_renderer_client.cc. & |
3292 # plugin_info_message_filter.cc. | 3293 # plugin_info_message_filter.cc. |
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4258 '../components/components.gyp:rlz', | 4259 '../components/components.gyp:rlz', |
4259 '../components/components.gyp:search_engines', | 4260 '../components/components.gyp:search_engines', |
4260 '../rlz/rlz.gyp:rlz_lib', | 4261 '../rlz/rlz.gyp:rlz_lib', |
4261 'common', | 4262 'common', |
4262 ], | 4263 ], |
4263 }, | 4264 }, |
4264 ], | 4265 ], |
4265 }], | 4266 }], |
4266 ], | 4267 ], |
4267 } | 4268 } |
OLD | NEW |