| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'browser/chrome_browser_main_linux.cc', | 406 'browser/chrome_browser_main_linux.cc', |
| 407 'browser/chrome_browser_main_linux.h', | 407 'browser/chrome_browser_main_linux.h', |
| 408 'browser/chrome_browser_main_mac.h', | 408 'browser/chrome_browser_main_mac.h', |
| 409 'browser/chrome_browser_main_mac.mm', | 409 'browser/chrome_browser_main_mac.mm', |
| 410 'browser/chrome_browser_main_posix.cc', | 410 'browser/chrome_browser_main_posix.cc', |
| 411 'browser/chrome_browser_main_posix.h', | 411 'browser/chrome_browser_main_posix.h', |
| 412 'browser/chrome_browser_main_win.cc', | 412 'browser/chrome_browser_main_win.cc', |
| 413 'browser/chrome_browser_main_win.h', | 413 'browser/chrome_browser_main_win.h', |
| 414 'browser/chrome_content_browser_client.cc', | 414 'browser/chrome_content_browser_client.cc', |
| 415 'browser/chrome_content_browser_client.h', | 415 'browser/chrome_content_browser_client.h', |
| 416 'browser/chrome_elf_init_win.cc', |
| 417 'browser/chrome_elf_init_win.h', |
| 416 'browser/chrome_notification_types.h', | 418 'browser/chrome_notification_types.h', |
| 417 'browser/chrome_page_zoom.cc', | 419 'browser/chrome_page_zoom.cc', |
| 418 'browser/chrome_page_zoom.h', | 420 'browser/chrome_page_zoom.h', |
| 419 'browser/chrome_page_zoom_constants.cc', | 421 'browser/chrome_page_zoom_constants.cc', |
| 420 'browser/chrome_page_zoom_constants.h', | 422 'browser/chrome_page_zoom_constants.h', |
| 421 'browser/chrome_process_singleton.cc', | 423 'browser/chrome_process_singleton.cc', |
| 422 'browser/chrome_process_singleton.h', | 424 'browser/chrome_process_singleton.h', |
| 423 'browser/chrome_quota_permission_context.cc', | 425 'browser/chrome_quota_permission_context.cc', |
| 424 'browser/chrome_quota_permission_context.h', | 426 'browser/chrome_quota_permission_context.h', |
| 425 'browser/command_observer.h', | 427 'browser/command_observer.h', |
| (...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3322 ['exclude', '^browser/rlz/'], | 3324 ['exclude', '^browser/rlz/'], |
| 3323 ], | 3325 ], |
| 3324 }], | 3326 }], |
| 3325 ['OS=="win"', { | 3327 ['OS=="win"', { |
| 3326 'include_dirs': [ | 3328 'include_dirs': [ |
| 3327 '<(DEPTH)/third_party/wtl/include', | 3329 '<(DEPTH)/third_party/wtl/include', |
| 3328 ], | 3330 ], |
| 3329 'dependencies': [ | 3331 'dependencies': [ |
| 3330 'chrome_process_finder', | 3332 'chrome_process_finder', |
| 3331 'installer_util_strings', | 3333 'installer_util_strings', |
| 3334 '../chrome_elf/chrome_elf.gyp:blacklist', |
| 3332 '../google_update/google_update.gyp:google_update', | 3335 '../google_update/google_update.gyp:google_update', |
| 3333 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3336 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 3334 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3337 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 3335 '../ui/views/controls/webview/webview.gyp:webview', | 3338 '../ui/views/controls/webview/webview.gyp:webview', |
| 3336 '../ui/views/views.gyp:views', | 3339 '../ui/views/views.gyp:views', |
| 3337 '../win8/win8.gyp:win8_util', | 3340 '../win8/win8.gyp:win8_util', |
| 3338 ], | 3341 ], |
| 3339 'export_dependent_settings': [ | 3342 'export_dependent_settings': [ |
| 3340 '../ui/views/controls/webview/webview.gyp:webview', | 3343 '../ui/views/controls/webview/webview.gyp:webview', |
| 3341 '../ui/views/views.gyp:views', | 3344 '../ui/views/views.gyp:views', |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3636 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3639 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3637 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3640 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3638 }, | 3641 }, |
| 3639 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3642 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3640 }, | 3643 }, |
| 3641 ], | 3644 ], |
| 3642 }, | 3645 }, |
| 3643 ], | 3646 ], |
| 3644 ], | 3647 ], |
| 3645 } | 3648 } |
| OLD | NEW |