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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1053463002: MacViews: Use native certificate viewer in MacViews browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translate
Patch Set: Fix for tapted and rebase Created 5 years, 8 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/ui/views/tab_dialogs_views.cc ('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 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', 361 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h',
362 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', 362 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm',
363 'browser/ui/cocoa/content_settings/cookie_details.h', 363 'browser/ui/cocoa/content_settings/cookie_details.h',
364 'browser/ui/cocoa/content_settings/cookie_details.mm', 364 'browser/ui/cocoa/content_settings/cookie_details.mm',
365 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h', 365 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h',
366 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm', 366 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm',
367 'browser/ui/cocoa/content_settings/cookie_tree_node.h', 367 'browser/ui/cocoa/content_settings/cookie_tree_node.h',
368 'browser/ui/cocoa/content_settings/cookie_tree_node.mm', 368 'browser/ui/cocoa/content_settings/cookie_tree_node.mm',
369 'browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h', 369 'browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h',
370 'browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.mm', 370 'browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.mm',
371 'browser/ui/cocoa/create_native_web_modal_manager_cocoa.mm',
371 'browser/ui/cocoa/custom_frame_view.h', 372 'browser/ui/cocoa/custom_frame_view.h',
372 'browser/ui/cocoa/custom_frame_view.mm', 373 'browser/ui/cocoa/custom_frame_view.mm',
373 'browser/ui/cocoa/dev_tools_controller.h', 374 'browser/ui/cocoa/dev_tools_controller.h',
374 'browser/ui/cocoa/dev_tools_controller.mm', 375 'browser/ui/cocoa/dev_tools_controller.mm',
375 'browser/ui/cocoa/dock_icon.h', 376 'browser/ui/cocoa/dock_icon.h',
376 'browser/ui/cocoa/dock_icon.mm', 377 'browser/ui/cocoa/dock_icon.mm',
377 'browser/ui/cocoa/download/background_theme.h', 378 'browser/ui/cocoa/download/background_theme.h',
378 'browser/ui/cocoa/download/background_theme.mm', 379 'browser/ui/cocoa/download/background_theme.mm',
379 'browser/ui/cocoa/download/download_item_button.h', 380 'browser/ui/cocoa/download/download_item_button.h',
380 'browser/ui/cocoa/download/download_item_button.mm', 381 'browser/ui/cocoa/download/download_item_button.mm',
(...skipping 2807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3188 ], 3189 ],
3189 'sources': [ 3190 'sources': [
3190 '<@(chrome_browser_ui_non_mobile_sources)', 3191 '<@(chrome_browser_ui_non_mobile_sources)',
3191 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3192 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3192 ], 3193 ],
3193 }], 3194 }],
3194 ], 3195 ],
3195 }, 3196 },
3196 ], 3197 ],
3197 } 3198 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_dialogs_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698