| 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 3306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3317 'msvs_shard': 4, | 3317 'msvs_shard': 4, |
| 3318 }], | 3318 }], |
| 3319 ['OS=="win"', { | 3319 ['OS=="win"', { |
| 3320 'sources': [ '<@(chrome_browser_win_sources)' ], | 3320 'sources': [ '<@(chrome_browser_win_sources)' ], |
| 3321 'include_dirs': [ | 3321 'include_dirs': [ |
| 3322 '<(DEPTH)/third_party/wtl/include', | 3322 '<(DEPTH)/third_party/wtl/include', |
| 3323 ], | 3323 ], |
| 3324 'dependencies': [ | 3324 'dependencies': [ |
| 3325 'chrome_process_finder', | 3325 'chrome_process_finder', |
| 3326 'installer_util_strings', | 3326 'installer_util_strings', |
| 3327 'launcher_support', | |
| 3328 '../chrome/chrome.gyp:chrome_version_header', | 3327 '../chrome/chrome.gyp:chrome_version_header', |
| 3329 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 3328 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 3330 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', | 3329 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', |
| 3331 '../chrome_elf/chrome_elf.gyp:dll_hash', | 3330 '../chrome_elf/chrome_elf.gyp:dll_hash', |
| 3332 '../google_update/google_update.gyp:google_update', | 3331 '../google_update/google_update.gyp:google_update', |
| 3333 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3332 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 3334 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3333 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 3335 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 3334 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 3336 '../ui/views/controls/webview/webview.gyp:webview', | 3335 '../ui/views/controls/webview/webview.gyp:webview', |
| 3337 '../ui/views/views.gyp:views', | 3336 '../ui/views/views.gyp:views', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3617 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
| 3618 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
| 3619 }, | 3618 }, |
| 3620 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3621 }, | 3620 }, |
| 3622 ], | 3621 ], |
| 3623 }, | 3622 }, |
| 3624 ], | 3623 ], |
| 3625 ], | 3624 ], |
| 3626 } | 3625 } |
| OLD | NEW |