Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: chrome/chrome_dll.gypi

Issue 911043002: Sort GYP files under chrome using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ] 71 ]
72 }, 72 },
73 { 73 {
74 # GN version: //chrome:main_dll 74 # GN version: //chrome:main_dll
75 'target_name': 'chrome_main_dll', 75 'target_name': 'chrome_main_dll',
76 'type': 'shared_library', 76 'type': 'shared_library',
77 'variables': { 77 'variables': {
78 'enable_wexit_time_destructors': 1, 78 'enable_wexit_time_destructors': 1,
79 }, 79 },
80 'sources': [ 80 'sources': [
81 '../base/win/dllmain.cc',
81 'app/chrome_command_ids.h', 82 'app/chrome_command_ids.h',
82 'app/chrome_dll_resource.h', 83 'app/chrome_dll_resource.h',
83 'app/chrome_main.cc', 84 'app/chrome_main.cc',
84 'app/chrome_main_delegate.cc', 85 'app/chrome_main_delegate.cc',
85 'app/chrome_main_delegate.h', 86 'app/chrome_main_delegate.h',
87 'app/chrome_main_mac.h',
86 'app/chrome_main_mac.mm', 88 'app/chrome_main_mac.mm',
87 'app/chrome_main_mac.h',
88 'app/close_handle_hook_win.cc', 89 'app/close_handle_hook_win.cc',
89 'app/close_handle_hook_win.h', 90 'app/close_handle_hook_win.h',
90 'app/delay_load_hook_win.cc', 91 'app/delay_load_hook_win.cc',
91 'app/delay_load_hook_win.h', 92 'app/delay_load_hook_win.h',
92 '../base/win/dllmain.cc',
93 ], 93 ],
94 'dependencies': [ 94 'dependencies': [
95 '<@(chromium_browser_dependencies)', 95 '<@(chromium_browser_dependencies)',
96 '../content/content.gyp:content_app_browser', 96 '../content/content.gyp:content_app_browser',
97 ], 97 ],
98 'conditions': [ 98 'conditions': [
99 ['OS=="win"', { 99 ['OS=="win"', {
100 'dependencies': [ 100 'dependencies': [
101 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', 101 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
102 ], 102 ],
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'dependencies': [ 378 'dependencies': [
379 '../pdf/pdf.gyp:pdf', 379 '../pdf/pdf.gyp:pdf',
380 ], 380 ],
381 }], 381 }],
382 ], 382 ],
383 }, # target chrome_child_dll 383 }, # target chrome_child_dll
384 ], 384 ],
385 }], 385 }],
386 ], 386 ],
387 } 387 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698