| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 'browser/chrome_browser_main_linux.cc', | 407 'browser/chrome_browser_main_linux.cc', |
| 408 'browser/chrome_browser_main_linux.h', | 408 'browser/chrome_browser_main_linux.h', |
| 409 'browser/chrome_browser_main_mac.h', | 409 'browser/chrome_browser_main_mac.h', |
| 410 'browser/chrome_browser_main_mac.mm', | 410 'browser/chrome_browser_main_mac.mm', |
| 411 'browser/chrome_browser_main_posix.cc', | 411 'browser/chrome_browser_main_posix.cc', |
| 412 'browser/chrome_browser_main_posix.h', | 412 'browser/chrome_browser_main_posix.h', |
| 413 'browser/chrome_browser_main_win.cc', | 413 'browser/chrome_browser_main_win.cc', |
| 414 'browser/chrome_browser_main_win.h', | 414 'browser/chrome_browser_main_win.h', |
| 415 'browser/chrome_content_browser_client.cc', | 415 'browser/chrome_content_browser_client.cc', |
| 416 'browser/chrome_content_browser_client.h', | 416 'browser/chrome_content_browser_client.h', |
| 417 'browser/chrome_elf_init_win.cc', |
| 418 'browser/chrome_elf_init_win.h', |
| 417 'browser/chrome_notification_types.h', | 419 'browser/chrome_notification_types.h', |
| 418 'browser/chrome_page_zoom.cc', | 420 'browser/chrome_page_zoom.cc', |
| 419 'browser/chrome_page_zoom.h', | 421 'browser/chrome_page_zoom.h', |
| 420 'browser/chrome_page_zoom_constants.cc', | 422 'browser/chrome_page_zoom_constants.cc', |
| 421 'browser/chrome_page_zoom_constants.h', | 423 'browser/chrome_page_zoom_constants.h', |
| 422 'browser/chrome_process_singleton.cc', | 424 'browser/chrome_process_singleton.cc', |
| 423 'browser/chrome_process_singleton.h', | 425 'browser/chrome_process_singleton.h', |
| 424 'browser/chrome_quota_permission_context.cc', | 426 'browser/chrome_quota_permission_context.cc', |
| 425 'browser/chrome_quota_permission_context.h', | 427 'browser/chrome_quota_permission_context.h', |
| 426 'browser/command_observer.h', | 428 'browser/command_observer.h', |
| (...skipping 2879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3306 ['exclude', '^browser/rlz/'], | 3308 ['exclude', '^browser/rlz/'], |
| 3307 ], | 3309 ], |
| 3308 }], | 3310 }], |
| 3309 ['OS=="win"', { | 3311 ['OS=="win"', { |
| 3310 'include_dirs': [ | 3312 'include_dirs': [ |
| 3311 '<(DEPTH)/third_party/wtl/include', | 3313 '<(DEPTH)/third_party/wtl/include', |
| 3312 ], | 3314 ], |
| 3313 'dependencies': [ | 3315 'dependencies': [ |
| 3314 'chrome_process_finder', | 3316 'chrome_process_finder', |
| 3315 'installer_util_strings', | 3317 'installer_util_strings', |
| 3318 '../chrome_elf/chrome_elf.gyp:blacklist', |
| 3316 '../google_update/google_update.gyp:google_update', | 3319 '../google_update/google_update.gyp:google_update', |
| 3317 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3320 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 3318 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3321 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 3319 '../ui/views/controls/webview/webview.gyp:webview', | 3322 '../ui/views/controls/webview/webview.gyp:webview', |
| 3320 '../ui/views/views.gyp:views', | 3323 '../ui/views/views.gyp:views', |
| 3321 '../win8/win8.gyp:win8_util', | 3324 '../win8/win8.gyp:win8_util', |
| 3322 ], | 3325 ], |
| 3323 'export_dependent_settings': [ | 3326 'export_dependent_settings': [ |
| 3324 '../ui/views/controls/webview/webview.gyp:webview', | 3327 '../ui/views/controls/webview/webview.gyp:webview', |
| 3325 '../ui/views/views.gyp:views', | 3328 '../ui/views/views.gyp:views', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3621 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3624 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3622 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3625 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3623 }, | 3626 }, |
| 3624 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3627 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3625 }, | 3628 }, |
| 3626 ], | 3629 ], |
| 3627 }, | 3630 }, |
| 3628 ], | 3631 ], |
| 3629 ], | 3632 ], |
| 3630 } | 3633 } |
| OLD | NEW |