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

Side by Side Diff: chrome/chrome.gyp

Issue 211030: [Mac] Expose AutocompleteEditViewMac to Cocoa code. (Closed)
Patch Set: Rohit's comments Created 11 years, 3 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/browser/cocoa/autocomplete_text_field_unittest_helper.mm ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 'browser/chromeos/pipe_reader_unittest.cc', 4058 'browser/chromeos/pipe_reader_unittest.cc',
4059 'browser/chromeos/external_cookie_handler_unittest.cc', 4059 'browser/chromeos/external_cookie_handler_unittest.cc',
4060 'browser/chromeos/gview_request_interceptor_unittest.cc', 4060 'browser/chromeos/gview_request_interceptor_unittest.cc',
4061 # It is safe to list */cocoa/* files in the "common" file list 4061 # It is safe to list */cocoa/* files in the "common" file list
4062 # without an explicit exclusion since gyp is smart enough to 4062 # without an explicit exclusion since gyp is smart enough to
4063 # exclude them from non-Mac builds. 4063 # exclude them from non-Mac builds.
4064 'browser/cocoa/about_window_controller_unittest.mm', 4064 'browser/cocoa/about_window_controller_unittest.mm',
4065 'browser/cocoa/autocomplete_text_field_cell_unittest.mm', 4065 'browser/cocoa/autocomplete_text_field_cell_unittest.mm',
4066 'browser/cocoa/autocomplete_text_field_editor_unittest.mm', 4066 'browser/cocoa/autocomplete_text_field_editor_unittest.mm',
4067 'browser/cocoa/autocomplete_text_field_unittest.mm', 4067 'browser/cocoa/autocomplete_text_field_unittest.mm',
4068 'browser/cocoa/autocomplete_text_field_unittest_helper.mm',
4068 'browser/cocoa/base_view_unittest.mm', 4069 'browser/cocoa/base_view_unittest.mm',
4069 'browser/cocoa/background_gradient_view_unittest.mm', 4070 'browser/cocoa/background_gradient_view_unittest.mm',
4070 'browser/cocoa/background_tile_view_unittest.mm', 4071 'browser/cocoa/background_tile_view_unittest.mm',
4071 'browser/cocoa/blocked_popup_container_controller_unittest.mm', 4072 'browser/cocoa/blocked_popup_container_controller_unittest.mm',
4072 'browser/cocoa/bookmark_bar_bridge_unittest.mm', 4073 'browser/cocoa/bookmark_bar_bridge_unittest.mm',
4073 'browser/cocoa/bookmark_bar_controller_unittest.mm', 4074 'browser/cocoa/bookmark_bar_controller_unittest.mm',
4074 'browser/cocoa/bookmark_bar_view_unittest.mm', 4075 'browser/cocoa/bookmark_bar_view_unittest.mm',
4075 'browser/cocoa/bookmark_bubble_controller_unittest.mm', 4076 'browser/cocoa/bookmark_bubble_controller_unittest.mm',
4076 'browser/cocoa/bookmark_bubble_view_unittest.mm', 4077 'browser/cocoa/bookmark_bubble_view_unittest.mm',
4077 'browser/cocoa/bookmark_bubble_window_unittest.mm', 4078 'browser/cocoa/bookmark_bubble_window_unittest.mm',
(...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
6601 'dependencies': [ 6602 'dependencies': [
6602 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6603 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6603 ], 6604 ],
6604 }], 6605 }],
6605 ], 6606 ],
6606 }, 6607 },
6607 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6608 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6608 }], 6609 }],
6609 ], # 'conditions' 6610 ], # 'conditions'
6610 } 6611 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/autocomplete_text_field_unittest_helper.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698