| 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 3242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3253 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 3253 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 3254 '../third_party/zlib/google/zip.gyp:compression_utils', | 3254 '../third_party/zlib/google/zip.gyp:compression_utils', |
| 3255 '../third_party/zlib/google/zip.gyp:zip', | 3255 '../third_party/zlib/google/zip.gyp:zip', |
| 3256 '../third_party/zlib/zlib.gyp:minizip', | 3256 '../third_party/zlib/zlib.gyp:minizip', |
| 3257 '../third_party/zlib/zlib.gyp:zlib', | 3257 '../third_party/zlib/zlib.gyp:zlib', |
| 3258 '../ui/base/ui_base.gyp:ui_base', | 3258 '../ui/base/ui_base.gyp:ui_base', |
| 3259 '../ui/base/ui_base.gyp:ui_data_pack', | 3259 '../ui/base/ui_base.gyp:ui_data_pack', |
| 3260 '../ui/events/events.gyp:events_base', | 3260 '../ui/events/events.gyp:events_base', |
| 3261 '../ui/gfx/gfx.gyp:gfx', | 3261 '../ui/gfx/gfx.gyp:gfx', |
| 3262 '../ui/gfx/gfx.gyp:gfx_geometry', | 3262 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 3263 '../ui/gfx/gfx.gyp:gfx_range', |
| 3263 '../ui/message_center/message_center.gyp:message_center', | 3264 '../ui/message_center/message_center.gyp:message_center', |
| 3264 '../ui/resources/ui_resources.gyp:ui_resources', | 3265 '../ui/resources/ui_resources.gyp:ui_resources', |
| 3265 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 3266 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 3266 '../ui/strings/ui_strings.gyp:ui_strings', | 3267 '../ui/strings/ui_strings.gyp:ui_strings', |
| 3267 ], | 3268 ], |
| 3268 'include_dirs': [ | 3269 'include_dirs': [ |
| 3269 '..', | 3270 '..', |
| 3270 '<(INTERMEDIATE_DIR)', | 3271 '<(INTERMEDIATE_DIR)', |
| 3271 # Needed by chrome_content_renderer_client.cc. & | 3272 # Needed by chrome_content_renderer_client.cc. & |
| 3272 # plugin_info_message_filter.cc. | 3273 # plugin_info_message_filter.cc. |
| (...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4221 '../components/components.gyp:rlz', | 4222 '../components/components.gyp:rlz', |
| 4222 '../components/components.gyp:search_engines', | 4223 '../components/components.gyp:search_engines', |
| 4223 '../rlz/rlz.gyp:rlz_lib', | 4224 '../rlz/rlz.gyp:rlz_lib', |
| 4224 'common', | 4225 'common', |
| 4225 ], | 4226 ], |
| 4226 }, | 4227 }, |
| 4227 ], | 4228 ], |
| 4228 }], | 4229 }], |
| 4229 ], | 4230 ], |
| 4230 } | 4231 } |
| OLD | NEW |